Enum TypeVisibility
Gets visibility options for TypeToVisibilityConverter.
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public enum TypeVisibility
CollapsedIfOfType
The converter return System.Windows.Visibility.Collapsed if value inherits the comparison type.
VisibleIfOfType
The converter return System.Windows.Visibility.Visible if value inherits the comparison type.