Class GridInvalidateRangeRequestEventArgs
Provides data about InvalidateRangeRequest event of a GridModel.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|
GridRangeOptions |
Range
Gets or sets the range of cells to be repainted.
Declaration
[TraceProperty(true)]
public GridRangeInfo Range { get; set; }
Property Value
Type |
---|
GridRangeInfo |