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

DataControlBase.SelectCell(Int32, ColumnBase) Method

Selects the specified cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void SelectCell(
    int rowHandle,
    ColumnBase column
)

Parameters

Name Type Description
rowHandle Int32

The handle of the row that contains the cell.

column ColumnBase

The column that contains the cell.

See Also