WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridModelBound - WindowsForms API Reference | Syncfusion GridModel ">

    Show / Hide Table of Contents

    Class GridModelBound

    Implements the abstract base class for objects that are associated with a GridModel

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridModelBound
    GridCellModelCollection
    GridModelBanneredRanges
    GridModelColStylesIndexer
    GridModelCommandManager
    GridModelCoveredRanges
    GridModelCutPaste
    GridModelFloatingCells
    GridModelHideRowColsIndexer
    GridModelMergeCells
    GridModelRowColOperations
    GridModelRowColSizeIndexer
    GridModelRowStylesIndexer
    GridModelSelections
    GridModelStyleDataExchange
    GridModelTextDataExchange
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    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.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public abstract class GridModelBound : NonFinalizeDisposable, IDisposable

    Constructors

    GridModelBound()

    Initializes the new instances of GridModelBound class with a NULL pointer.

    Declaration
    protected GridModelBound()

    GridModelBound(GridModel)

    Initializes a new instance of GridModelBound with a reference to a GridModel.

    Declaration
    protected GridModelBound(GridModel model)
    Parameters
    Type Name Description
    GridModel model

    Reference to the GridModel this object is associated with.

    Properties

    Model

    Gets the GridModel this object is associated with.

    Declaration
    public GridModel Model { get; }
    Property Value
    Type Description
    GridModel

    Methods

    Dispose(Boolean)

    Disposes the unmanaged resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    NonFinalizeDisposable.Dispose(Boolean)

    OnModelDeserialization(Object, GridModel)

    This is called after the model has been de-serialized from the GridModel implementation of System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object).

    Declaration
    protected virtual void OnModelDeserialization(object sender, GridModel model)
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    GridModel model

    Reference to the GridModel this object is associated with.

    SetModelInt(GridModel)

    Sets the reference to the grid model.Used internally.

    Declaration
    public void SetModelInt(GridModel model)
    Parameters
    Type Name Description
    GridModel model

    Implements

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