Class GridModelSetHeaderRowsCountCommand
Inheritance
System.Object
GridModelSetHeaderRowsCountCommand
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelSetHeaderRowsCountCommand : GridModelCommand
Constructors
GridModelSetHeaderRowsCountCommand(GridModel, Int32)
Declaration
public GridModelSetHeaderRowsCountCommand(GridModel model, int headerCount)
Parameters
Type |
Name |
Description |
GridModel |
model |
|
System.Int32 |
headerCount |
|
Methods
Execute()
Declaration
public override void Execute()
Overrides