Table of Contents

Class GridColumnRule

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public record GridColumnRule : IEquatable<GridColumnRule>
Inheritance
GridColumnRule
Implements
Derived
Inherited Members

Constructors

GridColumnRule(string)

public GridColumnRule(string Column)

Parameters

Column string

Properties

Column

public string Column { get; init; }

Property Value

string
To top