Skip to main content
All docs
V21.2
  • CustomCellAppearanceEventArgs.IsCellSelected Property

    Indicates whether the cell is selected.

    Namespace: DevExpress.UI.Xaml.Grid

    Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public bool IsCellSelected { get; }

    Property Value

    Type Description
    Boolean

    true, if the cell is selected; otherwise, false.

    See Also