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