Interface IUISettingGroup
A component that represents a group of settings, with a title, description and an icon.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IUISettingGroup : IUISetting, IUITitledElementWithChildren, IUITitledElement, IUIElementWithChildren, IUIElement
Properties
Children
Gets the list of child elements.
Declaration
IUIElement[]? Children { get; }
Property Value
Type | Description |
---|---|
IUIElement[] |
ChildrenAreAllSettings
Gets whether element in Children are all of type IUISetting.
Declaration
bool ChildrenAreAllSettings { get; }
Property Value
Type | Description |
---|---|
bool |
Events
ChildrenChanged
Raised when Children is changed.
Declaration
event EventHandler? ChildrenChanged
Event Type
Type | Description |
---|---|
EventHandler |