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