DXCalendar.SelectedDateChangedCommand Property
Gets or sets the command executed when the date selected in the calendar changes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ICommand SelectedDateChangedCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | An object that specifies a command. |
See Also