TcxGridCustomRowLayoutOptions.DefaultStretch Property
In This Article
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 |
---|---|---|
Tcx |
fs |
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 Default
The DefaultStretch property’s default value is fsNone.
See Also