menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPaintSelectCells - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPaintSelectCells

    Implements the functionality to redraw the selected range of grid cells.

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridSubComponent
    GridPaintSelectCells
    Implements
    System.IDisposable
    IGridPaintSelectCells
    Inherited Members
    GridSubComponent.Grid
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridPaintSelectCells : GridSubComponent, IDisposable, IGridPaintSelectCells

    Constructors

    GridPaintSelectCells(GridControlBase)

    Initializes a new instance of the GridPaintSelectCells class and associates it with a grid.

    Declaration
    public GridPaintSelectCells(GridControlBase grid)
    Parameters
    Type Name Description
    GridControlBase grid

    The grid control.

    Methods

    PrepareChangeSelection(GridRangeInfo, GridRangeInfo)

    Used internally.Changes the selection of the cells.

    Declaration
    public void PrepareChangeSelection(GridRangeInfo oldRange, GridRangeInfo newRange)
    Parameters
    Type Name Description
    GridRangeInfo oldRange
    GridRangeInfo newRange

    PrepareClearSelection()

    Used internally.Clears the selection of the cells.

    Declaration
    public void PrepareClearSelection()

    UpdateSelectRange(GridRangeInfo, GridRangeInfoList)

    Used internally.Updates the selected range of the cells.

    Declaration
    public void UpdateSelectRange(GridRangeInfo range, GridRangeInfoList pOldRangeList)
    Parameters
    Type Name Description
    GridRangeInfo range
    GridRangeInfoList pOldRangeList

    Implements

    System.IDisposable
    IGridPaintSelectCells
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved