23 references to QuickGrid
Microsoft.AspNetCore.Components.QuickGrid (23)
Columns\Align.cs (1)
7
/// Describes alignment for a <see cref="
QuickGrid
{TGridItem}"/> column.
Columns\ColumnBase.razor.cs (4)
11
/// An abstract base class for columns in a <see cref="
QuickGrid
{TGridItem}"/>.
45
/// "show options" UI and invoke the grid's <see cref="
QuickGrid
{TGridItem}.ShowColumnOptionsAsync(ColumnBase{TGridItem})" />).
79
/// Gets a reference to the enclosing <see cref="
QuickGrid
{TGridItem}" />.
81
public
QuickGrid
<TGridItem> Grid => InternalGridContext.Grid;
Columns\GridSort.cs (1)
10
/// Represents a sort order specification used within <see cref="
QuickGrid
{TGridItem}"/>.
Columns\PropertyColumn.cs (1)
10
/// Represents a <see cref="
QuickGrid
{TGridItem}"/> column whose cells display a single value.
Columns\TemplateColumn.cs (1)
9
/// Represents a <see cref="
QuickGrid
{TGridItem}"/> column whose cells render a supplied template.
GridItemsProvider.cs (1)
7
/// A callback that provides data for a <see cref="
QuickGrid
{TGridItem}"/>.
GridItemsProviderRequest.cs (2)
9
/// Parameters for data to be supplied by a <see cref="
QuickGrid
{TGridItem}"/>'s <see cref="
QuickGrid
{TGridItem}.ItemsProvider"/>.
GridItemsProviderResult.cs (2)
7
/// Holds data being supplied to a <see cref="
QuickGrid
{TGridItem}"/>'s <see cref="
QuickGrid
{TGridItem}.ItemsProvider"/>.
Infrastructure\EventHandlers.cs (1)
7
/// Configures event handlers for <see cref="
QuickGrid
{TGridItem}"/>.
Infrastructure\InternalGridContext.cs (2)
10
public
QuickGrid
<TGridItem> Grid { get; }
13
public InternalGridContext(
QuickGrid
<TGridItem> grid)
Pagination\PaginationState.cs (3)
9
/// Holds state to represent pagination in a <see cref="
QuickGrid
{TGridItem}"/>.
25
/// associated <see cref="
QuickGrid
{TGridItem}"/> assigns a value after loading data.
47
/// Sets the current page index, and notifies any associated <see cref="
QuickGrid
{TGridItem}"/>
QuickGrid.razor.cs (2)
94
/// Optionally links this <see cref="
QuickGrid
{TGridItem}"/> instance with a <see cref="PaginationState"/> model,
151
/// Constructs an instance of <see cref="
QuickGrid
{TGridItem}"/>.
SortDirection.cs (2)
7
/// Describes the direction in which a <see cref="
QuickGrid
{TGridItem}"/> column is sorted.
12
/// Automatic sort order. When used with <see cref="
QuickGrid
{TGridItem}.SortByColumnAsync(ColumnBase{TGridItem}, SortDirection)"/>,