Skip to main content

TcxControlScrollbarAnnotationOptions.ShowFocusedRow Property

Specifies if a container control denotes the focused row or column on a scrollbar.

Declaration

property ShowFocusedRow: Boolean index 2 read; write;

Property Value

Type
Boolean

Remarks

A container control denotes the focused row or column on a scrollbar if both the Active and ShowFocusedRow properties are set to True.

The ShowFocusedRow property’s default value is True.

See Also