WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridPaintSelectCells - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridPaintSelectCells

    Provides the UpdateSelectRange(GridRangeInfo, GridRangeInfoList), PrepareChangeSelection(GridRangeInfo, GridRangeInfo) PrepareClearSelection() methods for drawing the selection cells.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridPaintSelectCells

    Methods

    PrepareChangeSelection(GridRangeInfo, GridRangeInfo)

    Used internally.

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

    PrepareClearSelection()

    Used internally.

    Declaration
    void PrepareClearSelection()

    UpdateSelectRange(GridRangeInfo, GridRangeInfoList)

    Used internally.

    Declaration
    void UpdateSelectRange(GridRangeInfo range, GridRangeInfoList pOldRangeList)
    Parameters
    Type Name Description
    GridRangeInfo range
    GridRangeInfoList pOldRangeList
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved