Class RecordRow
A Record row is a place-holder element shown in the DisplayElements for each row in a record. Each record can have multiple record rows. You get access to this element through the RecordRows property of a Record.
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 RecordRow : RowElement, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement
Constructors
RecordRow(RecordRowsPart)
Initializes a new instance of RecordRow class in the specified record part.
Declaration
public RecordRow(RecordRowsPart parent)
Parameters
Type | Name | Description |
---|---|---|
RecordRowsPart | parent | The parent element. |
Properties
Kind
Gets the kind of element.
Declaration
public override DisplayElementKind Kind { get; }
Property Value
Type |
---|
DisplayElementKind |
Overrides
ParentElement
Gets or sets the parent this element belongs to.
Declaration
public RecordRowsPart ParentElement { get; set; }
Property Value
Type |
---|
RecordRowsPart |
Methods
GetElementCount()
Gets the number of elements.
Declaration
public override int GetElementCount()
Returns
Type | Description |
---|---|
System.Int32 | Number of elements. |
Overrides
GetVisibleCount()
Gets the number of visible elements.
Declaration
public override int GetVisibleCount()
Returns
Type | Description |
---|---|
System.Int32 | Number of visible elements. |
Overrides
GetYAmountCount()
Gets the element height.
Declaration
public override double GetYAmountCount()
Returns
Type | Description |
---|---|
System.Double | Element height. |
Overrides
OnEnsureInitialized(Object)
Declaration
protected override bool OnEnsureInitialized(object sender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender |
Returns
Type | Description |
---|---|
System.Boolean | Returns True if changes were detected and the object was updated; Otherwise False. |
Overrides
ToString()
Returns a string holding the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of the current object. |
Overrides
Implements
System.IDisposable