filterItems)
[Parameter]
public bool AutoHidePaging { get; set; }
+ ///
+ /// Moves pagination from below the grid to above the grid.
+ ///
+ /// Default value is .
+ ///
+ ///
+ [AddedVersion("")]
+ [DefaultValue(false)]
+ [Description("Moves pagination from below the grid to above the grid.")]
+ [Parameter]
+ public bool PlacePaginationBeforeGrid { get; set; }
+
///
/// Gets or sets the content to be rendered within the component.
///