Skip to main content
All docs
V22.1

DXCalendar.SelectedDateChangedCommandParameter Property

Gets or sets the parameter passed to the SelectedDateChangedCommand.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public object SelectedDateChangedCommandParameter { get; set; }

Property Value

Type Description
Object

An object that contains a command parameter.

See Also