Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCustomRowLayoutOptions.Active Property

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 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