Table of Contents

Class Widget

Namespace
Dynamicweb.CoreUI.Layout
Assembly
Dynamicweb.CoreUI.dll
public sealed class Widget : LayoutComponent<UiComponentBase>
Inheritance
Widget
Inherited Members
Extension Methods

Properties

Component

public required UiComponentBase Component { get; set; }

Property Value

UiComponentBase

ContextMenu

public ContextMenu? ContextMenu { get; set; }

Property Value

ContextMenu

Icon

public Icon? Icon { get; set; }

Property Value

Icon

IconHighlightColor

public string IconHighlightColor { get; set; }

Property Value

string

Label

public required string Label { get; set; }

Property Value

string

Methods

GetComponentHierarchy()

protected override ICollection<UiComponentBase> GetComponentHierarchy()

Returns

ICollection<UiComponentBase>

SetComponentHierarchy(ICollection<UiComponentBase>)

protected override void SetComponentHierarchy(ICollection<UiComponentBase> components)

Parameters

components ICollection<UiComponentBase>
To top