EditorImages.CheckBoxGrayed Property
In This Article
Provides access to the settings that define an image of check boxes in the grayed state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties CheckBoxGrayed { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#Remarks
Use the CheckBoxGrayed property to assign images to check boxes in a grayed state within an editor.
Note
Note that if you specify the Check
See Also