Interface IDataConversionInfoProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IDataConversionInfoProvider
Properties
DataSourceNullValue
Gets or sets the data source null value.
Declaration
object DataSourceNullValue { get; set; }
Property Value
System.Object
The data source null value. |
DataType
Gets or sets the type of the data.
Declaration
Type DataType { get; set; }
Property Value
System.Type
The type of the data. |
DataTypeConverter
Gets or sets the data type converter.
Declaration
TypeConverter DataTypeConverter { get; set; }
Property Value
System.ComponentModel.TypeConverter
The data type converter. |
FormatInfo
Gets or sets the format info.
Declaration
CultureInfo FormatInfo { get; set; }
Property Value
System.Globalization.CultureInfo
The format info. |
FormatString
Gets or sets the format string.
Declaration
string FormatString { get; set; }
Property Value
System.String
The format string. |
NullValue
Gets or sets the null value.
Declaration
object NullValue { get; set; }
Property Value
System.Object
The null value. |