Skip to main content
A newer version of this page is available. .
Tab

TreeViewImages.CheckBoxGrayed Property

Provides access to the settings that define an image of check boxes in an indeterminate state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public InternalCheckBoxImageProperties CheckBoxGrayed { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

Remarks

Use the CheckBoxGrayed property to assign common images to all check boxes in the indeterminate state within the ASPxTreeView control.

Note

Note that if you specify the CheckBoxGrayed property, you should set the image size via the Height and Width properties.

See Also