Skip to main content
Tab

RadioButtonListProperties.RadioButtonStyle Property

Gets the settings defining the appearance of a radio button within a radio button list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual EditorDecorationStyle RadioButtonStyle { get; }

#Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

#Remarks

Note

The RadioButtonStyle property synchronizes its value with the editor’s ASPxRadioButtonList.RadioButtonStyle property.

See Also