New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Properties

Gets or sets the data source null value.

C#
object DataSourceNullValue { get; set; }
Property Value:

The data source null value.

Gets or sets the type of the data.

C#
Type DataType { get; set; }
Property Value:

The type of the data.

Gets or sets the data type converter.

C#
TypeConverter DataTypeConverter { get; set; }
Property Value:

The data type converter.

Gets or sets the format info.

C#
CultureInfo FormatInfo { get; set; }
Property Value:

The format info.

Gets or sets the format string.

C#
string FormatString { get; set; }
Property Value:

The format string.

Gets or sets the null value.

C#
object NullValue { get; set; }
Property Value:

The null value.