Skip to main content
A newer version of this page is available. .

TcxGridTableOptionsView.IndicatorWidth Property

Specifies the row indicator‘s width, in pixels.

Declaration

property IndicatorWidth: Integer read; write; default cxGridDefaultIndicatorWidth;

Property Value

Type Default
Integer cxGridDefaultIndicatorWidth

Remarks

Use this property in combination with the Indicator property to switch the row indicator’s visibility and width. Note that setting the IndicatorWidth property to 0 hides the row indicator.

The IndicatorWidth property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of the IndicatorWidth property is cxGridDefaultIndicatorWidth.

See Also