CanUnselectRowEventArgs(DataViewBase, Int32, Boolean) Constructor
Initializes a new instance of the CanUnselectRowEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public CanUnselectRowEventArgs(
DataViewBase view,
int rowHandle,
bool canUnselectRow = true
)
Parameters
Name | Type |
---|---|
view | DataViewBase |
rowHandle | Int32 |
Optional Parameters
Name | Type | Default |
---|---|---|
canUnselectRow | Boolean | True |
Remarks
Instances of the CanUnselectRowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also