Skip to main content
A newer version of this page is available. .

BootstrapRadioButtonList.Items Property

Gets the collection of items in the Radio Button List

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.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