BarItemImageOptions.DisabledSvgImage Property
In This Article
Gets or sets the vector image for the item’s disabled state.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(null)]
[DXCategory("Appearance")]
public SvgImage DisabledSvgImage { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Svg |
null | An DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Disabled |
---|---|
Bar |
|
Bar |
|
Bar |
|
#Remarks
Refer to the following help topic for more information on SVG icon support in DevExpress controls: How To: Draw and Use SVG Images.
See Also