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

EditorImages.RadioButtonChecked Property

Provides access to the settings that define an image of a radio button in the checked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public InternalCheckBoxImageProperties RadioButtonChecked { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

Remarks

Use the RadioButtonChecked property to assign images to a radio button in a checked state within an editor.

Note

Note that if you specify the RadioButtonChecked property, you should set the image size via the Height and Width properties.

See Also