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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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