Class DxGridPaging
Inheritance
System.Object
    DxGridPaging
  Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridPagingProperties
enabled
Enables paging.
Declaration
public bool? enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | 
pageIndex
Specifies the page to be displayed using a zero-based index.
Declaration
public int? pageIndex { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
pageSize
Specifies the page size.
Declaration
public int? pageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> |