ComboBoxEdit.SelectionChangedCommandParameter Property
Specifies the parameter passed to the SelectionChangedCommand.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public object SelectionChangedCommandParameter { get; set; }
Property Value
Type | Description |
---|---|
Object | A parameter object. |
See Also