Skip to main content

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

true to display an item’s radio button; otherwise false.

See Also