[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.DisplayColumnCollection.Item

this Property

this[string]

Gets the DisplayColumn that has the specified column name.

Declaration
public DisplayColumn this[string columnName] { get; }
Parameters
Type Name Description
string columnName
Remarks

This indexer looks for a column with the specified Name. The column name is set automatically for you when the view is bound to a database, or it may be set using code.