Gets or sets the type name of the column.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Misc)]
[JsonAttribute(true)]
[DefaultValueAttribute(null)]
public virtual string ColumnType { get; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Misc)> _
<JsonAttribute(True)> _
<DefaultValueAttribute(Nothing)> _
Public Overridable ReadOnly Property ColumnType As String
	Get

Field Value

The header text.

See Also