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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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