WinExplorerView.GetColumn(WinExplorerViewFieldType) Method
In This Article
Gets a column assigned to the specific field within this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GridColumn GetColumn(
WinExplorerViewFieldType fieldType
)
#Parameters
Name | Type | Description |
---|---|---|
field |
DevExpress. |
A Win |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the GetColumn method to get a column assigned to the desired WinExplorerView field. For example, the following code gets a column that serves as the Description column (see the WinExplorerViewColumns.DescriptionColumn property):
See Also