TcxGridCustomRowLayoutOptions.DefaultStretch Property
Specifies how editors are stretched within the Edit Form and default row layout in a Table View.
Declaration
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