menu

WPF

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

    Show / Hide Table of Contents

    Class GridSubComponent

    A base class for objects that are associated with a GridControlBase

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridSubComponent
    GridDataDataObjectConsumer
    GridOleDropTarget
    GridTextDataObjectConsumer
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    System.Object.ToString()
    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.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridSubComponent : NonFinalizeDisposable, IDisposable

    Constructors

    GridSubComponent(GridControlBase)

    Initializes a GridSubComponent and associates it with a grid.

    Declaration
    protected GridSubComponent(GridControlBase grid)
    Parameters
    Type Name Description
    GridControlBase grid

    The grid control this object is associated with.

    Properties

    Grid

    Gets the grid control this object is associated with.

    Declaration
    public GridControlBase Grid { get; }
    Property Value
    Type Description
    GridControlBase

    Implements

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