Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DxGridPaging

    Inheritance
    System.Object
    DxGridPaging
    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class DxGridPaging

    Properties

    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>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.