Skip to main content
A newer version of this page is available. .

TreeList.GetColumnErrorType(TreeListColumn) Method

Gets the type of the error associated with the specified cell in the currently focused node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual ErrorType GetColumnErrorType(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object identifying the cell within the focused row.

Returns

Type Description
ErrorType

An ErrorType value that specifies the type of error.

See Also