RadioButtonProperties.DisplayImageUnchecked Property
Gets the settings defining an image that spesifies the unchecked state of a column radio button in browse mode.
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
A radio button’s states displayed within a column in browse mode can be visually denoted by either specific text or custom images, depending upon the CheckBoxProperties.UseDisplayImages property’s setting.
If the CheckBoxProperties.UseDisplayImages property is set to true
, the DisplayImageUnchecked property can be used to define an image for the button’s unchecked state.
Note
Note that if you specify the DisplayImageUnchecked property, you should set the image size via the Height and Width properties.