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

BaseCheckedListBoxControl.PictureGrayed Property

Gets or sets a custom image representing check boxes in the intermediate state. This property is in effect if the BaseCheckedListBoxControl.CheckStyle property is set to CheckStyles.UserDefined.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public Image PictureGrayed { get; set; }

Property Value

Type Default Description
Image *null*

An Image representing check boxes in the intermediate state.

Remarks

See BaseCheckedListBoxControl.PictureChecked to learn more.

See Also