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

CheckBoxGlyphCollection.Item[CheckState] Property

OBSOLETE

This indexer is now obsolete. Use the indexer that takes CheckBoxState as the key's type instead.

This property is obsolete (this indexer is now obsolete. Use the indexer that takes CheckBoxState as the key’s type instead).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Obsolete("This indexer is now obsolete. Use the indexer that takes CheckBoxState as the key's type instead.")]
public ImageSource this[CheckState key] { get; set; }

Parameters

Name Type
key CheckState

Property Value

Type
ImageSource
See Also