WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridModelSetRowSizeCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridModelSetRowSizeCommand

    This command object holds all information to execute the SetRange command.

    Inheritance
    System.Object
    SyncfusionCommand
    GridModelCommand
    GridModelSetRowSizeCommand
    Inherited Members
    GridModelCommand.SetDescription(String)
    GridModelCommand.Description
    GridModelCommand.Grid
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridModelSetRowSizeCommand : GridModelCommand
    Remarks

    GridModelSetRowColSizeCommand is typically generated by the SetRange command and pushed onto the grid's command stack.

    Constructors

    GridModelSetRowSizeCommand(GridModel, Int32, Int32, Double)

    Initializes a new GridModelSetRowColSizeCommand object with all the commands.

    Declaration
    public GridModelSetRowSizeCommand(GridModel model, int from, int last, double 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.Double values

    The sizes to be applies to the range.

    Methods

    Execute()

    Declaration
    public override void Execute()
    Overrides
    SyncfusionCommand.Execute()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved