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

RadioGroupItemBuilder Class

Represents a RadioGroup item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class RadioGroupItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new RadioGroupItemBuilder class instance is created when you call the Items(Action<CollectionFactory<RadioGroupItemBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
RadioGroupItemBuilder
See Also