EditorImages.RadioButtonUnchecked Property
In This Article
Provides access to the settings that define an image of radio buttons in the unchecked state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties RadioButtonUnchecked { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#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 Radio
See Also