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 Grid
Declaration
public GridDataConversionInfo(IDataConversionInfoProvider conversionInfo)
Parameters
IData The conversion info. |
Properties
DataSourceNullValue
Gets or sets the data source null value.
Declaration
public object DataSourceNullValue { get; set; }
Property Value
System. The data source null value. |
Implements
DataType
Gets or sets the type of the data.
Declaration
public Type DataType { get; set; }
Property Value
System. The type of the data. |
Implements
DataTypeConverter
Gets or sets the data type converter.
Declaration
public TypeConverter DataTypeConverter { get; set; }
Property Value
System. The data type converter. |
Implements
FormatInfo
Gets or sets the format info.
Declaration
public CultureInfo FormatInfo { get; set; }
Property Value
System. The format info. |
Implements
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
System. The format string. |
Implements
NullValue
Gets or sets the null value.
Declaration
public object NullValue { get; set; }
Property Value
System. The null value. |