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

    Gets the disabled state of the processed tile.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool IsDisabled { get; }

    Property Value

    Type Description
    Boolean

    true if the tile is disabled; otherwise, false.

    See Also