TreeListColumnCollection.Item[String] Property
In This Article
Gets the column bound to the specified field.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListColumn this[string fieldName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value specifying the column’s bound field name. |
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also