The GridLengthExpressionConverter type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | Convert(Object, Type, Object, CultureInfo) |
Converts a value.
|
 | Convert(array<Object>[]()[][], Type, Object, CultureInfo) |
Converts source values to a value for the binding target.
The data binding engine calls this method when it propagates the values
from source bindings to the binding target.
|
 | ConvertBack(Object, Type, Object, CultureInfo) |
Converts a value.
|
 | ConvertBack(Object, array<Type>[]()[][], Object, CultureInfo) |
Converts a binding target value to the source binding values.
|
Extension Methods
Properties
|
| Name | Description |
|---|
 | TrapExceptions |
Gets or sets a value that indicates whether exceptions should be trapped internally or
must be thrown.
|
See Also