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