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

RadioGroupBuilder Class

A RadioGroup control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class RadioGroupBuilder :
    WidgetBuilder

The following members return RadioGroupBuilder objects:

Show 72 links

Remarks

Call the RadioGroup helper method to create a new RadioGroup control. The method creates a RadioGroupBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().RadioGroup() // create a RadioGroup
    // call methods to specify control options
)

Inheritance

See Also