Back to Devexpress

TreeList.HasColumnErrors Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-b046d32b.md

latest2.0 KB
Original Source

TreeList.HasColumnErrors Property

Indicates whether the focused node or at least a single cell within the focused node has an error assigned.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual bool HasColumnErrors { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property HasColumnErrors As Boolean

Property Value

TypeDescription
Boolean

true if the focused node has errors; otherwise, false.

|

Remarks

The error assigned to a particular cell within the focused node can be obtained using the TreeList.GetColumnError method. This method requires a column as its parameter. If a null reference is specified, the method returns the error assigned to the entire focused node.

See Also

ClearColumnErrors()

GetColumnError(TreeListColumn)

SetColumnError

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace