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

Specifies how editors are stretched within the Edit Form and default row layout in a Table View.

#Declaration

Delphi
property DefaultStretch: TcxGridRowLayoutStretch read; write; default fsNone;

#Property Value

Type Default Description
TcxGridRowLayoutStretch fsNone

Enumerates data row layout stretch modes.

#Remarks

Set this property to fsClient to stretch all editors within the in-place Edit Form and Table View rows. Refer to the TcxGridRowLayoutStretch type description for information on available options.

Note

The DefaultStretch property is ignored if the UseDefaultLayout property is set to False.

The DefaultStretch property’s default value is fsNone.

See Also