Table of Contents

Class GridWidgetBase.GridWidgetColumn

Namespace
Dynamicweb.Dashboard.Widgets
Assembly
Dynamicweb.Core.dll
public sealed class GridWidgetBase.GridWidgetColumn
Inheritance
GridWidgetBase.GridWidgetColumn
Inherited Members

Constructors

GridWidgetColumn(string, string)

public GridWidgetColumn(string systemName, string label)

Parameters

systemName string
label string

Properties

Hint

public string? Hint { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

SystemName

public string SystemName { get; set; }

Property Value

string
To top