In This Article

BuiltinPropertyEditors Class

Provides access to the built-in editor property value templates.

public static class BuiltinPropertyEditors
Inheritance:
object object

Methods

GetIsEnabled(IPropertyEditorsProvider)

Gets the value of the IsEnabled attached property for the specified object.

public static bool GetIsEnabled(IPropertyEditorsProvider obj)
Parameter Type Description
obj IPropertyEditorsProvider

The object from which the property value is read.

Returns

bool:

The object's value.

SetIsEnabled(IPropertyEditorsProvider, bool)

Sets the value of the IsEnabled attached property to the specified object.

public static void SetIsEnabled(IPropertyEditorsProvider obj, bool value)
Parameter Type Description
obj IPropertyEditorsProvider

The object to which the attached property is written.

value bool

The value to set.

Fields

IsEnabledProperty

Identifies the IsEnabled dependency property. This field is read-only.

public static readonly DependencyProperty IsEnabledProperty

Inherited Members