Class CaptionRow
Defines a class that implements the row for the caption bar of a group.
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.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class CaptionRow : RowElement, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement
Constructors
CaptionRow(CaptionSection)
Initializes the new instance of the CaptionRow class in the specified CaptionSection.
Declaration
public CaptionRow(CaptionSection parent)
Parameters
Type | Name | Description |
---|---|---|
CaptionSection | parent | The parent that this element belongs to. |
Properties
Kind
Gets the value of the display element kind.
Declaration
public override DisplayElementKind Kind { get; }
Property Value
Type |
---|
DisplayElementKind |
Overrides
ParentElement
Gets or sets the value of the CaptionSection this elements belongs to.
Declaration
public CaptionSection ParentElement { get; set; }
Property Value
Type |
---|
CaptionSection |
Methods
GetElementCount()
Overrides and gets the element count.
Declaration
public override int GetElementCount()
Returns
Type | Description |
---|---|
System.Int32 | Element count. |
Overrides
Remarks
Always returns 1.
GetVisibleCount()
Overrides and gets the visible elements count.
Declaration
public override int GetVisibleCount()
Returns
Type | Description |
---|---|
System.Int32 | Visible element count. |
Overrides
Remarks
Always returns 1.
GetYAmountCount()
Overrides and gets the height of the element.
Declaration
public override double GetYAmountCount()
Returns
Type | Description |
---|---|
System.Double | Returns height. |
Overrides
ToString()
Overrides and returns the string representation of CaptionRow object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of the current object. |
Overrides
Implements
System.IDisposable