Class TypeVisibility
Gets visibility options for TypeToVisibilityConverter.
Inheritance
System.Object
TypeVisibility
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class TypeVisibility : Enum
Fields
CollapsedIfOfType
The converter return System.Windows.Visibility.Collapsed if value inherits the comparison type.
Declaration
public const TypeVisibility CollapsedIfOfType
Field Value
TypeVisibility
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VisibleIfOfType
The converter return System.Windows.Visibility.Visible if value inherits the comparison type.
Declaration
public const TypeVisibility VisibleIfOfType
Field Value
TypeVisibility
|