TcxGridCustomRowLayoutOptions.Active Property
In This Article
Specifies if a Table View row has an automatically generated or custom layout instead of sequentially arranged cells.
#Declaration
Delphi
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 Caption
The Active property’s default value is False.
See Also