DataGridLengthConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts instances of various types to and from instances of the DataGridLength class.
public ref class DataGridLengthConverter : System::ComponentModel::TypeConverter
public class DataGridLengthConverter : System.ComponentModel.TypeConverter
type DataGridLengthConverter = class
inherit TypeConverter
Public Class DataGridLengthConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| DataGridLengthConverter() |
Initializes a new instance of the DataGridLengthConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether an instance of the specified type can be converted to an instance of the DataGridLength class. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether an instance of the DataGridLength class can be converted to an instance of the specified type. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the specified object to an instance of the DataGridLength class. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts an instance of the DataGridLength class to an instance of the specified type. |