Class GroupingCaptionRow
Defines a custom group caption.
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 GroupingCaptionRow : GridCaptionRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridRowHeight
Constructors
GroupingCaptionRow(CaptionSection)
Initializes a new instance of the GroupingCaptionRow class.
Declaration
public GroupingCaptionRow(CaptionSection parent)
Parameters
Type | Name | Description |
---|---|---|
CaptionSection | parent | The parent element. |
Properties
HasRowHeight
Gets a value indicating whether 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