Table of Contents

Class GridColumn

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

Properties

ColumnDefinition

public GridColumnComponentDefinition? ColumnDefinition { get; set; }

Property Value

GridColumnComponentDefinition

DynamicGroupSystemName

public string? DynamicGroupSystemName { get; set; }

Property Value

string

DynamicGroupsPropertyName

public string? DynamicGroupsPropertyName { get; set; }

Property Value

string

EnableFind

public bool EnableFind { get; set; }

Property Value

bool

EnableSearchAndReplaceAction

public bool EnableSearchAndReplaceAction { get; set; }

Property Value

bool

EnableSetValueAction

public bool EnableSetValueAction { get; set; }

Property Value

bool

Frozen

public bool Frozen { get; set; }

Property Value

bool

HeaderTitle

public string? HeaderTitle { get; set; }

Property Value

string

IsDynamicField

public bool IsDynamicField { get; set; }

Property Value

bool

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

IsFilterable

public bool IsFilterable { get; set; }

Property Value

bool

IsGroupable

public bool IsGroupable { get; set; }

Property Value

bool

IsSearchable

public bool IsSearchable { get; set; }

Property Value

bool

ToggleFreezeAction

public ActionBase? ToggleFreezeAction { get; set; }

Property Value

ActionBase

Methods

With(Action<GridColumn>)

public GridColumn With(Action<GridColumn> @delegate)

Parameters

delegate Action<GridColumn>

Returns

GridColumn

WithFiltering()

public GridColumn WithFiltering()

Returns

GridColumn
To top