Table of Contents

Method GetIsEnabled

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

GetIsEnabled(DependencyObject)

Gets the value of the IsEnabled attached property from the specified DependencyObject.

public static bool GetIsEnabled(DependencyObject obj)

Parameters

obj DependencyObject

The DependencyObject to get the value from.

Returns

bool

The value of the IsEnabled attached property.