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