Skip to main content
Tab

EditorImages.CheckBoxUndefined Property

OBSOLETE

Use the CheckBoxGrayed property instead.

Provides access to the settings that define an image of check boxes in the undefined (grayed) state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the CheckBoxGrayed property instead.")]
public InternalCheckBoxImageProperties CheckBoxUndefined { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

Remarks

Use the CheckBoxUndefined property to assign images to check boxes in an undefined (grayed) state within an editor.

Note

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

See Also