C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / Name Property

In This Topic
Name Property (DisplayColumn)
In This Topic
Gets or sets the name of this column.
Syntax
'Declaration
 
Public Property Name As String
 
Remarks

The name can be used as an index in the DisplayColumnCollection property indexer.

When the view is bound to a C1MultiColumnCombo.DataSource and the C1MultiColumnCombo.AutoGenerateColumns is true, the column names are set automatically to the names of columns in the data source, and are used for binding.

See Also