Back to Devexpress

SvgImageItem.ActualEnabled Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-0dd9f749.md

latest1.4 KB
Original Source

SvgImageItem.ActualEnabled Property

Returns whether the item is actually enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool ActualEnabled { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualEnabled As Boolean

Property Value

TypeDescription
Boolean

true if the item is actually enabled; otherwise, false

|

Remarks

An item is actually enabled if the Enabled property is set to true for the current item and all its ancestors (if any). Otherwise, the item is disabled.

See Also

Enabled

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace