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

TableView.IsCellSelected(Int32, ColumnBase) Method

Indicates whether the specified cell is selected.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool IsCellSelected(
    int rowHandle,
    ColumnBase column
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the row’s handle.

column ColumnBase

A ColumnBase descendant that represents the column which contains the cell.

Returns

Type Description
Boolean

true if the specified cell is selected; otherwise, false.

See Also