Skip to main content
All docs
V25.1
  • TileCustomDrawEventArgs.DefaultSelectionColor Property

    Gets the default color of the selection rectangle.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.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