Interface ISectionWidgetBuilder
Interface for building a recyclable section header widget.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ISectionWidgetBuilder : IRecyclableWidgetBuilder
Methods
AddWidget(IRecyclableWidgetBuilder)
Add the specified IRecyclableWidgetBuilder instance to this section's widget list.
Declaration
void AddWidget(IRecyclableWidgetBuilder child)
Parameters
Type | Name | Description |
---|---|---|
IRecyclableWidgetBuilder | child | An implementation of IRecyclableWidgetBuilder representing a widget to add to this section. |