Back to Devexpress

DXSerializer.GetEnabled(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-dxserializer-dot-getenabled-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

DXSerializer.GetEnabled(DependencyObject) Method

Gets the value of the DXSerializer.Enabled attached property for the specified DXSerializer.

Namespace : DevExpress.Xpf.Core.Serialization

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetEnabled(
    DependencyObject dObj
)
vb
Public Shared Function GetEnabled(
    dObj As DependencyObject
) As Boolean

Parameters

NameTypeDescription
dObjDependencyObject

The element to which the attached property is written.

|

Returns

TypeDescription
Boolean

The element’s Enabled attached property value.

|

See Also

DXSerializer Class

DXSerializer Members

DevExpress.Xpf.Core.Serialization Namespace