Interface IUITitledElementWithChildren
A base interface for all UI elements that can have a title / header on top of the element along with children elements.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUITitledElementWithChildren : IUITitledElement, IUIElementWithChildren, IUIElement