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

TcxGridTableOptionsView.IndicatorWidth Property

Specifies custom row indicator width, in pixels.

Declaration

property IndicatorWidth: Integer read; write; default 0;

Property Value

Type Default Description
Integer 0

The custom row indicator width, in pixels at 96 DPI.

If the property is set to 0, the row indicator has the default width.

Remarks

Use the IndicatorWidth property to adjust row indicator width when the Indicator property is set to True.

Property Values and Scaling

The IndicatorWidth property specifies the base custom row indicator width that corresponds to 96 DPI. The TcxGrid control’s draw routines multiply the IndicatorWidth property value by the current scale factor to calculate the actual row indicator width on the target screen.

Default Value

The IndicatorWidth property’s default value is 0.

The default IndicatorWidth property value indicates that the base row indicator width is 12 at 96 DPI.

See Also