menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridInvalidateRangeRequestEventArgs - API Reference

    Show / Hide Table of Contents

    Class GridInvalidateRangeRequestEventArgs

    Provides data about InvalidateRangeRequest event of a GridModel.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridInvalidateRangeRequestEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridInvalidateRangeRequestEventArgs : SyncfusionEventArgs

    Constructors

    GridInvalidateRangeRequestEventArgs(GridRangeInfo, GridRangeOptions)

    Initializes the new instances of the GridInvalidateRangeRequestEventArgs class.

    Declaration
    public GridInvalidateRangeRequestEventArgs(GridRangeInfo range, GridRangeOptions options)
    Parameters
    Type Name Description
    GridRangeInfo range

    The range of cells to be repainted.

    GridRangeOptions options

    Options that indicate if method should enlarge the affected range of cells to include covered and floating cells.

    Properties

    Options

    Gets or sets the options that indicate if method should enlarge the affected range of cells to include covered and floating cells.

    Declaration
    [TraceProperty(true)]
    public GridRangeOptions Options { get; set; }
    Property Value
    Type Description
    GridRangeOptions

    Range

    Gets or sets the range of cells to be repainted.

    Declaration
    [TraceProperty(true)]
    public GridRangeInfo Range { get; set; }
    Property Value
    Type Description
    GridRangeInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved