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.v24.1.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