Class GridModelSetColumnHideCommand
This command object holds all information to execute the SetRange command.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelSetColumnHideCommand : GridModelCommand
Remarks
GridRowColHideDictionary is typically generated by the SetRange command and pushed onto the grid's command stack.
Constructors
GridModelSetColumnHideCommand(GridModel, Int32, Int32, Boolean)
Initializes
Declaration
public GridModelSetColumnHideCommand(GridModel model, int from, int last, bool values)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
System.Int32 | from | First row or column index in range. |
System.Int32 | last | Last row or column index in range. |
System.Boolean | values | An array with hidden states to be applied. |
Methods
Execute()
Declaration
public override void Execute()