Skip to main content

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

NuGet Package: 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