TcxHeaderSection.MaxWidth Property
Specifies the section’s maximum width.
Declaration
property MaxWidth: TcxNaturalNumber read; write; default 1000;
Property Value
Type | Default |
---|---|
TcxNaturalNumber | 1000 |
Remarks
The MaxWidth property specifies the maximum width (in pixels) of the section. You can handle the OnSectionResize and OnSectionTrack events to react to changes of header control section widths.
The default value of the MaxWidth property is 1000.
See Also