Class GroupingRecordRow
Defines a custom grid record row.
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)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class GroupingRecordRow : GridRecordRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridRowHeight
Constructors
GroupingRecordRow(RecordRowsPart)
Initializes a new instance of the GroupingRecordRow class.
Declaration
public GroupingRecordRow(RecordRowsPart parent)
Parameters
Type | Name | Description |
---|---|---|
RecordRowsPart | parent | The parent element. |
Fields
rowHeightsList
Stores the array list of values
Declaration
public static DictionarySerialize<int, int> rowHeightsList
Field Value
Type |
---|
DictionarySerialize<System.Int32, System.Int32> |
Properties
HasRowHeight
Gets a value indicating whether the row height was modified or if default setting should be used.
Declaration
public bool HasRowHeight { get; }
Property Value
Type |
---|
System.Boolean |
RowHeight
Gets or sets the row height.
Declaration
public int RowHeight { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
GetYAmountCount()
This is where the row height then gets integrated with the engine YAmount Counter logic.
Declaration
public override double GetYAmountCount()
Returns
Type | Description |
---|---|
System.Double | Element height. |
Overrides
SupportsRowHeight()
Determines if elements supports storing row heights.
Declaration
public bool SupportsRowHeight()
Returns
Type | Description |
---|---|
System.Boolean | True if it supports; False otherwise. |
Implements
System.IDisposable