TcxCollectionItemEditorRowProperties.Width Property
Specifies a Multi Editor Row item’s width (in pixels).
Declaration
property Width: Integer read; write; default 50;
Property Value
Type | Default |
---|---|
Integer | 50 |
Remarks
Use this DPI-aware property to customize the Multi Editor Row item’s width.
If the Multi Editor Row’s Properties.Fixed property is set to True, each row item occupies all the available space. Otherwise, they occupy an equal share of the data column’s width.
Note
The minimum Width property value is 20.
The default Width property value is 50.
See Also