Skip to main content

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

C#
public bool IsSelected { get; }

#Property Value

Type Description
Boolean

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

See Also