Skip to main content

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

C#
public object SelectedDateChangedCommandParameter { get; set; }

#Property Value

Type Description
Object

An object that contains a command parameter.

See Also