Skip to main content

TcxGridCustomRowLayoutOptions.UseDefaultLayout Property

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

Declaration

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