Skip to main content

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

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