Class VisibilityToGridLenghtConverter
Used to convert the visibility property of the description panel to the height property of the RowDefinition.
Inheritance
System.Object
VisibilityToGridLenghtConverter
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class VisibilityToGridLenghtConverter : Object, IValueConverter
Constructors
VisibilityToGridLenghtConverter()
Declaration
public VisibilityToGridLenghtConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts the visibility property of the description panel to the height property of the RowDefinition.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|
ConvertBack(Object, Type, Object, CultureInfo)
Not used.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|