Class GridDataConversionInfo
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridDataConversionInfo : IDataConversionInfoProvider
Constructors
GridDataConversionInfo(IDataConversionInfoProvider)
Initializes a new instance of the GridDataConversionInfo class.
Declaration
public GridDataConversionInfo(IDataConversionInfoProvider conversionInfo)
Parameters
IDataConversionInfoProvider
conversionInfo
The conversion info. |
Properties
DataSourceNullValue
Gets or sets the data source null value.
Declaration
public object DataSourceNullValue { get; set; }
Property Value
System.Object
The data source null value. |
Implements
DataType
Gets or sets the type of the data.
Declaration
public Type DataType { get; set; }
Property Value
System.Type
The type of the data. |
Implements
DataTypeConverter
Gets or sets the data type converter.
Declaration
public TypeConverter DataTypeConverter { get; set; }
Property Value
System.ComponentModel.TypeConverter
The data type converter. |
Implements
FormatInfo
Gets or sets the format info.
Declaration
public CultureInfo FormatInfo { get; set; }
Property Value
System.Globalization.CultureInfo
The format info. |
Implements
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
System.String
The format string. |
Implements
NullValue
Gets or sets the null value.
Declaration
public object NullValue { get; set; }
Property Value
System.Object
The null value. |