Class AllowResizingIndividualRows
GroupingEngineFactory provides GroupingRecordRow elements that support saving row heights.
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.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class AllowResizingIndividualRows : GridEngineFactoryBase
Constructors
AllowResizingIndividualRows()
Declaration
public AllowResizingIndividualRows()
Methods
CreateEngine()
Creates a new grouping engine to provide a modified GridChildTable that adds an extra section.
Declaration
public override GridEngine CreateEngine()
Returns
Type | Description |
---|---|
GridEngine | The new grouping engine. |