Back to Devexpress

TcxGridCustomRowLayoutOptions.UseDefaultLayout Property

vcl-cxgridrowlayout-dot-tcxgridcustomrowlayoutoptions-351b2867.md

latest1.4 KB
Original Source

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

TypeDefaultDescription
BooleanTrue

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

TcxGridCustomRowLayoutOptions Class

TcxGridCustomRowLayoutOptions Members

cxGridRowLayout Unit