Class ContainerEditProperty
Represents a property determining a SettingsPane inner Control's enabled state or visibility.
Inheritance
System.Object
ContainerEditProperty
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public sealed class ContainerEditProperty : Enum
Fields
IsEnabled
When set the inner control will be disabled.
Declaration
public const ContainerEditProperty IsEnabled
Field Value
ContainerEditProperty
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Visibility
When set the inner control will be collapse.
Declaration
public const ContainerEditProperty Visibility
Field Value
ContainerEditProperty
|