FilterRadioListPickerItem.ShowRadioButtons Property
Gets or sets whether the FilterRadioListPickerItem displays radio buttons across list items. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ShowRadioButtons { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also