Back to Devexpress

RadioButtonSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-radiobuttonsettings-582130ae.md

latest1.7 KB
Original Source

RadioButtonSettings.Properties Property

Provides access to the settings that are specific to the RadioButton editor.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxRadioButtonProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxRadioButtonProperties

Property Value

TypeDescription
MVCxRadioButtonProperties

An MVCxRadioButtonProperties object containing the RadioButton specific settings.

|

Remarks

Use this property to get access to the RadioButton specific settings. To access all the RadioButton settings, use the members exposed by the RadioButtonSettings class.

See Also

RadioButton

RadioButtonSettings

RadioButtonSettings Members

DevExpress.Web.Mvc Namespace