ClassGridDataConversionInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridDataConversionInfo : IDataConversionInfoProvider
Inheritance: objectGridDataConversionInfo
Implements:
Constructors
GridDataConversionInfo(IDataConversionInfoProvider)
Initializes a new instance of the GridDataConversionInfo class.
Declaration
cs-api-definition
public GridDataConversionInfo(IDataConversionInfoProvider conversionInfo)
Parameters
conversionInfo
The conversion info.
Properties
DataSourceNullValue
Gets or sets the data source null value.
Declaration
cs-api-definition
public object DataSourceNullValue { get; set; }
Property Value
The data source null value.
Implements
DataType
Gets or sets the type of the data.
Declaration
cs-api-definition
public Type DataType { get; set; }
Property Value
The type of the data.
Implements
DataTypeConverter
Gets or sets the data type converter.
Declaration
cs-api-definition
public TypeConverter DataTypeConverter { get; set; }
Property Value
The data type converter.
Implements
FormatInfo
Gets or sets the format info.
Declaration
cs-api-definition
public CultureInfo FormatInfo { get; set; }
Property Value
The format info.
Implements
FormatString
Gets or sets the format string.
Declaration
cs-api-definition
public string FormatString { get; set; }
Property Value
The format string.
Implements