Table of Contents

Class Column

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public class Column : UiComponentBase
Inheritance
Column
Derived
Inherited Members
Extension Methods

Properties

Header

public string Header { get; set; }

Property Value

string

IsSortable

public bool IsSortable { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

SystemName

public string? SystemName { get; set; }

Property Value

string
To top