Class GridListControlModel
Used internally.
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridListControlModel : GridModel, IGridVolatileDataContainer, IOperationFeedbackProvider, ICreateControl, IGridModelSource, ISerializable, IDisposable, IDeserializationCallback
Constructors
GridListControlModel()
Default Constructor.
Declaration
public GridListControlModel()
Properties
ListControl
Gets Listcontrol. Used internally.
Declaration
public GridListControl ListControl { get; }
Property Value
Type |
---|
GridListControl |
Methods
NameToColIndex(String)
Used internally. Finds the column index by using column name.
Declaration
public override int NameToColIndex(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the column. |
Returns
Type | Description |
---|---|
System.Int32 | The column index; or -1 if column could not be resolved. |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
System.Runtime.Serialization.IDeserializationCallback