Skip to main content
All docs
V22.1

CustomSelectableCellStyleEventArgs.IsSelected Property

Gets whether the processed day is selected.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true if the precessed day is selected; otherwise, false.

See Also