ASPxVerticalGridPagerSettings.Mode Property
Gets or sets whether page-mode navigation is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewPagerMode.ShowPager)]
public VerticalGridPagerMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
Show |
A Vertical |
Available values:
Name | Description |
---|---|
Show |
Disables page-mode navigation. |
Show |
The ASPx |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Mode |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#Remarks
To enable page-mode navigation, set the Mode property to GridViewPagerMode.ShowPager. To display all records within a grid, set this property to GridViewPagerMode.ShowAllRecords.
To learn more, see Data Paging.