Table of Contents

Class GridEdit

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

Properties

ColumnRules

public IEnumerable<GridColumnRule?>? ColumnRules { get; set; }

Property Value

IEnumerable<GridColumnRule>

Columns

public required IEnumerable<GridColumn> Columns { get; set; }

Property Value

IEnumerable<GridColumn>

DataQuery

public required DataQueryBase DataQuery { get; set; }

Property Value

DataQueryBase

EnableGrouping

public bool EnableGrouping { get; set; }

Property Value

bool

EnableSearching

public bool EnableSearching { get; set; }

Property Value

bool

EnableSorting

public bool EnableSorting { get; set; }

Property Value

bool

GroupBy

public string? GroupBy { get; set; }

Property Value

string

Header

public string Header { get; set; }

Property Value

string

SortOrder

public IEnumerable<SortInfo>? SortOrder { get; set; }

Property Value

IEnumerable<SortInfo>
To top