TcxGridBandedTableOptionsView.BandHeaderEndEllipsis Property
Specifies whether to display an ellipsis when the band caption is clipped.
Declaration
property BandHeaderEndEllipsis: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Use the BandHeaderEndEllipsis property to display an ellipsis in the band header panel when the band caption specified by the TcxGridBand.Caption property is clipped.
The default value of the BandHeaderEndEllipsis property is False.
See Also