Class
VisibilityToGridLenghtConverter

Used to convert the visibility property of the description panel to the height property of the RowDefinition.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class VisibilityToGridLenghtConverter : IValueConverter

Inheritance: objectVisibilityToGridLenghtConverter

Implements: IValueConverter

Constructors

VisibilityToGridLenghtConverter()

Declaration

cs-api-definition
public VisibilityToGridLenghtConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the visibility property of the description panel to the height property of the RowDefinition.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not used.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object