Skip to main content

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