Class GridModelBound
Implements the abstract base class for objects that are associated with a GridModel
Inheritance
System.Object
GridModelBound
Implements
System.IDisposable
Inherited Members
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 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 |
---|
GridModel |
Methods
Dispose(Boolean)
Disposes the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
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