AdaptableColumnGroup

Defines a Column Group

TypeScript
export interface

Properties

PropertyDescription
allowGroupSplitWhether the Group can be split
columnGroupIdId for the Column Group
friendlyNameFriendly name for the Group
groupCountNumber of Columns in the the Group

Property Details

allowGroupSplit

Whether the Group can be split

TypeScript
allowGroupSplit: boolean;
Property Value

boolean

columnGroupId

Id for the Column Group

TypeScript
columnGroupId: string;
Property Value

string

friendlyName

Friendly name for the Group

TypeScript
friendlyName: string;
Property Value

string

groupCount

Number of Columns in the the Group

TypeScript
groupCount: number;
Property Value

number