Class GridOperationsHandlerArgs
Provides data for handling grid operations such as Sorting,Filtering, Grouping, Summaries and etc.
Inheritance
System.Object
GridOperationsHandlerArgs
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridOperationsHandlerArgs : Object
Constructors
GridOperationsHandlerArgs(GridOperation, Object)
Initializes a new instance of GridOperationsHandlerArgs class.
Declaration
public GridOperationsHandlerArgs(GridOperation operation, object operationArgs)
Parameters
Type | Name | Description |
---|---|---|
GridOperation | operation | The type of grid operation to handle. |
System.Object | operationArgs | The data for the grid operation. |
Properties
Operation
Returns the type GridOperation is to be handled .
Declaration
public GridOperation Operation { get; }
Property Value
Type |
---|
GridOperation |
OperationArgs
Returns the event argument for pointer operation changes.
Declaration
public object OperationArgs { get; }
Property Value
Type |
---|
System.Object |