DXCalendar.SelectedDateChangedCommand Property
Gets or sets the command executed when the date selected in the calendar changes. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand SelectedDateChangedCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | The command. |
See Also