CustomSelectableCellStyleEventArgs.IsSelected Property
In This Article
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 |
|
See Also