Back to Devexpress

TdxGuide.Selected Property

vcl-dxuiadorners-dot-tdxguide-9b115adf.md

latest774 B
Original Source

TdxGuide.Selected Property

Specifies if the guide UI adorner is selected.

Declaration

delphi
property Selected: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True to select the guide and remove selection from the previously selected guide within the same collection.

End-users can select the guide by clicking it or by consecutively pressing the Tab key or one of the arrow keys.

The default Selected property value is False.

See Also

TdxGuide Class

TdxGuide Members

dxUIAdorners Unit