Back to Devexpress

RadioGroupItemBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-0c616e9a.md

latest3.0 KB
Original Source

RadioGroupItemBuilder Class

Represents a RadioGroup item.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class RadioGroupItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return RadioGroupItemBuilder objects:

Show 13 links

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder RadioGroupItemBuilder

See Also

RadioGroupItemBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace