TcxGridCustomRowLayoutOptions.Active Property
Specifies if a Table View row has an automatically generated or custom layout instead of sequentially arranged cells.
Declaration
property Active: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | True if a Table View row has a default or custom layout. False if a Table View row consists of sequentially arranged cells. |
Remarks
Note
The CaptionSuffix, CellBorders, DefaultColumnCount, DefaultStretch, MinValueWidth, and UseDefaultLayout properties affect a grid Table View’s rows only if the Active property is set to True.
The Active property’s default value is False.
See Also