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

BaseCheckedListBoxControl.PictureUnchecked Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Image *null*

An Image representing check boxes in the unchecked state.

Remarks

See BaseCheckedListBoxControl.PictureChecked to learn more.

See Also