EditorImages.RadioButtonUnchecked Property
Provides access to the settings that define an image of radio buttons in the unchecked state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
InternalCheckBoxImageProperties | An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings. |
Remarks
Use the RadioButtonUnchecked property to assign images to radio buttons in an unchecked state within an editor.
Note
Note that if you specify the RadioButtonUnchecked property, you should set the image size via the Height and Width properties.
See Also