Skip to main content

DataControlBase.SelectCell(Int32, ColumnBase) Method

Selects the specified cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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