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