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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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