Class GridModelSetFooterRowsCountCommand
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelSetFooterRowsCountCommand : GridModelCommand
Constructors
GridModelSetFooterRowsCountCommand(GridModel, Int32)
Declaration
public GridModelSetFooterRowsCountCommand(GridModel model, int footerCount)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
System.Int32 | footerCount |
Methods
Execute()
Declaration
public override void Execute()