menu

WinForms

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

    Show / Hide Table of Contents

    Class GridTableControlDrawCurrentCellBorderEventArgs

    Holds a reference to a GridTableControl that initiates the original event and the inner GridDrawCurrentCellBorderEventArgs that holds the event data of the underlying original event.

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

    A GridGroupingControl can have one or multiple child table controls. Each of these controls raises various events.

    The GridGroupingControl makes it easy for the programmer to subscribe to events raised by each of these child table controls. The GridGroupingControl internally listens to these events and raises a new event that wraps the inner arguments in an EventArgs class together with a reference to the original GridTableControl that raised the event.

    This removes the burden from the programmer to subscribe and unsubscribe to events of child table controls.

    Instead, a programmer can subscribe to the TableControl events raised by the GridGroupingControl. Each of these events has a TableControl property with reference to the GridTableControl and an Inner property that holds a reference to the original event arguments.

    Constructors

    GridTableControlDrawCurrentCellBorderEventArgs(GridTableControl, GridDrawCurrentCellBorderEventArgs)

    Initializes the event argument's object.

    Declaration
    public GridTableControlDrawCurrentCellBorderEventArgs(GridTableControl tableControl, GridDrawCurrentCellBorderEventArgs inner)
    Parameters
    Type Name Description
    GridTableControl tableControl

    A GridTableControl that initiates the original event.

    GridDrawCurrentCellBorderEventArgs inner

    The inner GridDrawCurrentCellBorderEventArgs that holds the event data of the underlying original event.

    Properties

    Inner

    The inner GridDrawCurrentCellBorderEventArgs that holds the event data of the underlying original event.

    Declaration
    [TraceProperty(true)]
    public GridDrawCurrentCellBorderEventArgs Inner { get; }
    Property Value
    Type
    GridDrawCurrentCellBorderEventArgs

    TableControl

    A GridTableControl that initiates the original event.

    Declaration
    [TraceProperty(true)]
    public GridTableControl TableControl { get; }
    Property Value
    Type
    GridTableControl
    In This Article
    • Constructors
      • GridTableControlDrawCurrentCellBorderEventArgs(GridTableControl, GridDrawCurrentCellBorderEventArgs)
    • Properties
      • Inner
      • TableControl
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved