Class Widget
- Namespace
- Dynamicweb.CoreUI.Layout
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class Widget : LayoutComponent<UiComponentBase>
- Inheritance
-
Widget
- Inherited Members
-
- Extension Methods
-
Properties
public required UiComponentBase Component { get; set; }
Property Value
- UiComponentBase
public ContextMenu? ContextMenu { get; set; }
Property Value
- ContextMenu
public Icon? Icon { get; set; }
Property Value
- Icon
public string IconHighlightColor { get; set; }
Property Value
- string
public required string Label { get; set; }
Property Value
- string
Methods
protected override ICollection<UiComponentBase> GetComponentHierarchy()
Returns
- ICollection<UiComponentBase>
protected override void SetComponentHierarchy(ICollection<UiComponentBase> components)
Parameters
components
ICollection<UiComponentBase>