Skip to main content

CanSelectRowEventArgs(DataViewBase, Int32, Boolean) Constructor

Initializes a new instance of the CanSelectRowEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public CanSelectRowEventArgs(
    DataViewBase view,
    int rowHandle,
    bool canSelectRow = true
)

Parameters

Name Type
view DataViewBase
rowHandle Int32

Optional Parameters

Name Type Default
canSelectRow Boolean True

Remarks

Instances of the CanSelectRowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also