[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.DisplayColumn.Name

Name Property

Name

Gets or sets the name of this column.

Declaration
public string Name { get; set; }
Remarks

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

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