Skip to main content
A newer version of this page is available. .
All docs
V22.1

SvgImageItemAppearanceCollection.Disabled Property

Gets the appearance settings applied in the disabled state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

public SvgImageItemAppearance Disabled { get; }

Property Value

Type Description
SvgImageItemAppearance

The appearance settings applied in the disabled state.

Remarks

Use the SvgImageItem.Enabled property to disable individual items.

See Also