Class FilterBarRow
Implements the class that provides a filter bar row.
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 FilterBarRow : RowElement, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement
Remarks
Only for internal use.
Constructors
FilterBarRow(FilterBarSection)
Initializes a new instance of the FilterBarRow class with the specified instance of the FilterBarSection class.
Declaration
public FilterBarRow(FilterBarSection parent)
Parameters
Type | Name | Description |
---|---|---|
FilterBarSection | parent |
Remarks
Internal use only.
Properties
Kind
Gets the display element kind.
Declaration
public override DisplayElementKind Kind { get; }
Property Value
Type |
---|
DisplayElementKind |
Overrides
Remarks
Only for internal use.
ParentElement
Gets or sets the parent element for the Filter bar section.
Declaration
public FilterBarSection ParentElement { get; set; }
Property Value
Type |
---|
FilterBarSection |
Remarks
Only for internal use.
Methods
GetElementCount()
Gets number of elements.
Declaration
public override int GetElementCount()
Returns
Type | Description |
---|---|
System.Int32 | Element count. |
Overrides
GetVisibleCount()
Gets number of visible elements.
Declaration
public override int GetVisibleCount()
Returns
Type | Description |
---|---|
System.Int32 | Visible element count. |
Overrides
GetYAmountCount()
Gets the height for the element.
Declaration
public override double GetYAmountCount()
Returns
Type | Description |
---|---|
System.Double | Returns element row height. |
Overrides
OnEnsureInitialized(Object)
Overrides and determines that the objects have been updated or not.
Declaration
protected override bool OnEnsureInitialized(object sender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender |
Returns
Type | Description |
---|---|
System.Boolean | Boolean value |
Overrides
Implements
System.IDisposable