Class GridColumnComponentDefinition
- Namespace
- Dynamicweb.CoreUI.Lists
- Assembly
- Dynamicweb.CoreUI.dll
Base type for definitions for Grid Edit cells.
public record GridColumnComponentDefinition : IEquatable<GridColumnComponentDefinition>
- Inheritance
-
GridColumnComponentDefinition
- Implements
- Derived
- Inherited Members
Constructors
GridColumnComponentDefinition()
Base type for definitions for Grid Edit cells.
public GridColumnComponentDefinition()
Properties
DefaultFilterLabelKey
Gets or sets the default filter label key
public string? DefaultFilterLabelKey { get; set; }
Property Value
FilterLabels
Gets or sets value labels for filtering
public Dictionary<string, string>? FilterLabels { get; set; }