Back to Devexpress

SvgImageItemAppearanceCollection.Disabled Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitemappearancecollection.md

latest1.5 KB
Original Source

SvgImageItemAppearanceCollection.Disabled Property

Gets the appearance settings applied in the disabled state.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public SvgImageItemAppearance Disabled { get; }
vb
Public ReadOnly Property Disabled As SvgImageItemAppearance

Property Value

TypeDescription
SvgImageItemAppearance

The appearance settings applied in the disabled state.

|

Remarks

Use the SvgImageItem.Enabled property to disable individual items.

See Also

Enabled

SvgImageItemAppearanceCollection Class

SvgImageItemAppearanceCollection Members

DevExpress.XtraEditors Namespace