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.UseDefaultLayout Property

Switches between custom and default layouts for the Edit Form or a Table View row.

#Declaration

Delphi
property UseDefaultLayout: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True if the Edit Form or a Table View row uses the default (automatically generated) layout. False if the Edit Form or a Table View row has a customizable layout.

#Remarks

The DefaultColumnCount and DefaultStretch properties define how data items are arranged in an automatically generated layout. Set the UseDefaultLayout property to False to create a custom layout. Refer to the following topic for information on customizable layouts: Data Editing Using Inplace Edit Forms.

The UseDefaultLayout property’s default value is True.

See Also