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