Back to Devexpress

TableView.IsCellSelected(Int32, ColumnBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-iscellselected-x28-system-dot-int32-devexpress-dot-xpf-dot-grid-dot-columnbase-x29.md

latest1.5 KB
Original Source

TableView.IsCellSelected(Int32, ColumnBase) Method

Indicates whether the specified cell is selected.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsCellSelected(
    int rowHandle,
    ColumnBase column
)
vb
Public Function IsCellSelected(
    rowHandle As Integer,
    column As ColumnBase
) As Boolean

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

| | column | ColumnBase |

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

|

Returns

TypeDescription
Boolean

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

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace