WPF

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

    Show / Hide Table of Contents

    Class GridModelSetRowHideCommand

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

    Inheritance
    System.Object
    SyncfusionCommand
    GridModelCommand
    GridModelSetRowHideCommand
    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 GridModelSetRowHideCommand : GridModelCommand
    Remarks

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

    Constructors

    GridModelSetRowHideCommand(GridModel, Int32, Int32, Boolean)

    Initializes object.

    Declaration
    public GridModelSetRowHideCommand(GridModel model, int from, int last, bool 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.Boolean values

    An array with hidden states to be applied.

    Methods

    Execute()

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