Skip to main content
All docs
V24.1

TileCustomDrawEventArgs.DefaultSelectionColor Property

Gets the default color of the selection rectangle.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color DefaultSelectionColor { get; }

Property Value

Type Description
Color

The default color of the selection rectangle.

See Also