Interface IRowElementsContainer
Provides a RowElements property.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface IRowElementsContainer
Properties
RowElements
Returns the collection with row elements.
Declaration
RowElementCollection RowElements { get; }
Property Value
Type |
---|
RowElementCollection |