InterfaceIDataConversionInfoProvider
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public interface IDataConversionInfoProvider
Properties
DataSourceNullValue
Gets or sets the data source null value.
Declaration
cs-api-definition
object DataSourceNullValue { get; set; }
Property Value
The data source null value.
DataType
Gets or sets the type of the data.
DataTypeConverter
Gets or sets the data type converter.
Declaration
cs-api-definition
TypeConverter DataTypeConverter { get; set; }
Property Value
The data type converter.
FormatInfo
Gets or sets the format info.
Declaration
cs-api-definition
CultureInfo FormatInfo { get; set; }
Property Value
The format info.
FormatString
Gets or sets the format string.
Declaration
cs-api-definition
string FormatString { get; set; }
Property Value
The format string.