Skip to main content

BootstrapRadioButtonList.Items Property

Gets the collection of items in the Radio Button List

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[Themeable(false)]
public BootstrapListEditItemCollection Items { get; }

Property Value

Type Description
BootstrapListEditItemCollection

A BootstrapRadioButtonList instance representing the collection of the editor’s items.

See Also