Back to Devexpress

TreeListView.UnselectCells(TreeListNode, ColumnBase, TreeListNode, ColumnBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-unselectcells-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-devexpress-dot-xpf-dot-grid-dot-columnbase-devexpress-dot-xpf-dot-grid-dot-treelistnode-devexpress-dot-xpf-dot-grid-dot-columnbase-x29.md

latest2.7 KB
Original Source

TreeListView.UnselectCells(TreeListNode, ColumnBase, TreeListNode, ColumnBase) Method

Unselects the specified cells.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void UnselectCells(
    TreeListNode startNode,
    ColumnBase startColumn,
    TreeListNode endNode,
    ColumnBase endColumn
)
vb
Public Sub UnselectCells(
    startNode As TreeListNode,
    startColumn As ColumnBase,
    endNode As TreeListNode,
    endColumn As ColumnBase
)

Parameters

NameTypeDescription
startNodeTreeListNode

A TreeListNode object that is the node containing the cell that identifies the starting point of the selection.

| | startColumn | ColumnBase |

A ColumnBase object that is the column containing the cell that identifies the starting point of the selection.

| | endNode | TreeListNode |

A TreeListNode object that is the node containing the cell that identifies the end point of the selection.

| | endColumn | ColumnBase |

A ColumnBase object that is the column containing the cell that identifies the end point of the selection.

|

Remarks

The UnselectCells method unselects the specified block of cells. Individual cells can be unselected using the TreeListView.UnselectCell method.

To learn more on multi-cell selection, see Multiple Cell Selection.

See Also

UnselectCell

SelectCell

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace