Back to Devexpress

DXFrameworkContentElement.IsEnabled Property

wpf-devexpress-dot-xpf-dot-core-dot-dxframeworkcontentelement.md

latest1.5 KB
Original Source

DXFrameworkContentElement.IsEnabled Property

Overrides the IsEnabled property to hide it.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

A Boolean value.

|

Remarks

This property is overridden to hide the corresponding property of the ContentElement class, because the IsEnabled property isn’t appropriate for the DXFrameworkContentElement class.

See Also

DXFrameworkContentElement Class

DXFrameworkContentElement Members

DevExpress.Xpf.Core Namespace