Editja

DataGridLengthConverter Class

Definition

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
DataGridLengthConverter

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.

Applies to