Skip to main content

AutoQueryGridDefaults

Assembly: ServiceStack.Blazor.dll​
View Source​
Declaration
public class AutoQueryGridDefaults

Properties​

AllowSelection​

View Source​
Declaration
public bool AllowSelection { get; set; }

AllowFiltering​

View Source​
Declaration
public bool AllowFiltering { get; set; }

AllowQueryFilters​

View Source​
Declaration
public bool AllowQueryFilters { get; set; }

ShowToolbar​

View Source​
Declaration
public bool ShowToolbar { get; set; }

ShowPreferences​

View Source​
Declaration
public bool ShowPreferences { get; set; }

ShowPagingNav​

View Source​
Declaration
public bool ShowPagingNav { get; set; }

ShowPagingInfo​

View Source​
Declaration
public bool ShowPagingInfo { get; set; }

ShowDownloadCsv​

View Source​
Declaration
public bool ShowDownloadCsv { get; set; }

ShowRefresh​

View Source​
Declaration
public bool ShowRefresh { get; set; }

ShowCopyApiUrl​

View Source​
Declaration
public bool ShowCopyApiUrl { get; set; }

ShowResetPreferences​

View Source​
Declaration
public bool ShowResetPreferences { get; set; }

ShowFiltersView​

View Source​
Declaration
public bool ShowFiltersView { get; set; }

ShowNewItem​

View Source​
Declaration
public bool ShowNewItem { get; set; }

TableStyle​

View Source​
Declaration
public TableStyle TableStyle { get; set; }

ToolbarButtonClass​

View Source​
Declaration
public string ToolbarButtonClass { get; set; }

MaxFieldLength​

View Source​
Declaration
public int MaxFieldLength { get; set; }