Back to Devexpress

TreeListControlBase.IsValidRowHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistcontrolbase-dot-isvalidrowhandle-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

TreeListControlBase.IsValidRowHandle(Int32) Method

Indicates whether the specified node handle is valid.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsValidRowHandle(
    int rowHandle
)
vb
Public Function IsValidRowHandle(
    rowHandle As Integer
) As Boolean

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the node’s handle.

|

Returns

TypeDescription
Boolean

true if the specified node handle is valid; otherwise, false.

|

Remarks

An invalid node handle corresponds to a node which doesn’t exist in a View. Its handle is returned by the DataControlBase.InvalidRowHandle property. To learn more, see Identifying Rows and Cards.

See Also

TreeListControlBase Class

TreeListControlBase Members

DevExpress.Xpf.Grid Namespace