MVCxRadioButton.Properties Property
In This Article
Provides access to the settings which are specific to the current editor type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
#Declaration
public RadioButtonProperties Properties { get; }
#Property Value
Type | Description |
---|---|
Radio |
An object containing editor type specific settings. |
#Remarks
For internal use only. Use the RadioButtonSettings.Properties property instead.
See Also