Class RecordPreviewRow
A RecordPreview row is an optional element shown only in the DisplayElements when a record is collapsed. You get access to this element through the RecordPreviewRows 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 RecordPreviewRow : RowElement, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement
Constructors
RecordPreviewRow(RecordPreviewRowsPart)
Initializes an instance of RecordPreviewRow class with the specified parent element.
Declaration
public RecordPreviewRow(RecordPreviewRowsPart parent)
Parameters
Type | Name | Description |
---|---|---|
RecordPreviewRowsPart | 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 RecordPreviewRowsPart ParentElement { get; set; }
Property Value
Type |
---|
RecordPreviewRowsPart |
Methods
GetElementCount()
Gets the number of elements.
Declaration
public override int GetElementCount()
Returns
Type | Description |
---|---|
System.Int32 | Element count. |
Overrides
GetVisibleCount()
Gets the number of visible elements.
Declaration
public override int GetVisibleCount()
Returns
Type | Description |
---|---|
System.Int32 | Visible element count. |
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 boolean value. |
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