ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileGridProperties<T> - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MobileGridProperties<T>

    Inheritance
    System.Object
    GridPropertiesBase<T>
    MobileGridProperties<T>
    Implements
    IMobileBase
    Inherited Members
    GridPropertiesBase<T>.AllowPaging
    GridPropertiesBase<T>.AllowSorting
    GridPropertiesBase<T>.AllowFiltering
    GridPropertiesBase<T>.AllowSelection
    GridPropertiesBase<T>.SelectedRowIndex
    GridPropertiesBase<T>.SelectedRowIndices
    GridPropertiesBase<T>.DataSource
    GridPropertiesBase<T>.Query
    GridPropertiesBase<T>.CssClass
    GridPropertiesBase<T>.EnablePersistence
    GridPropertiesBase<T>.AllowScrolling
    GridPropertiesBase<T>.Load
    GridPropertiesBase<T>.Create
    GridPropertiesBase<T>.DataBound
    GridPropertiesBase<T>.Destroy
    GridPropertiesBase<T>.ActionBegin
    GridPropertiesBase<T>.ActionComplete
    GridPropertiesBase<T>.ActionFailure
    GridPropertiesBase<T>.ActionSuccess
    GridPropertiesBase<T>.ModelChange
    GridPropertiesBase<T>.RowDataBound
    GridPropertiesBase<T>.RowSelecting
    GridPropertiesBase<T>.RowSelected
    GridPropertiesBase<T>.QueryCellInfo
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileGridProperties<T> : GridPropertiesBase<T>, IMobileBase where T : class
    Type Parameters
    Name Description
    T

    Constructors

    MobileGridProperties()

    Declaration
    public MobileGridProperties()

    Properties

    AllowColumnSelector

    used to define whether the column selector can be allowed or not.

    Declaration
    [JsonProperty("allowColumnSelector")]
    public bool AllowColumnSelector { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow column selector]; otherwise, false.

    Caption

    Set the caption for the grid

    Declaration
    [JsonProperty("caption")]
    public string Caption { get; set; }
    Property Value
    Type Description
    System.String

    The caption.

    Columns

    Gets or sets the columns.

    Declaration
    [JsonProperty("columns")]
    public List<MobileColumn<T>> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MobileColumn<T>>

    The columns.

    FilterSettings

    This property is used to customize the filtering behavior of the grid.

    Declaration
    [JsonProperty("filterSettings")]
    public MobileFilterSettings<T> FilterSettings { get; set; }
    Property Value
    Type Description
    MobileFilterSettings<T>

    The filter settings.

    PageSettings

    This property is used to modify pager default configuration.

    Declaration
    [JsonProperty("pageSettings")]
    public MobilePageSettings<T> PageSettings { get; set; }
    Property Value
    Type Description
    MobilePageSettings<T>

    The page settings.

    RenderMode

    Changes the rendering mode of the grid. It can be auto, ios7, android, windows or flat.

    Declaration
    [JsonProperty("renderMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RenderMode RenderMode { get; set; }
    Property Value
    Type Description
    RenderMode

    The render mode.

    ScrollSettings

    Used to enable grid column and row scrolling.

    Declaration
    [JsonProperty("scrollSettings")]
    public MobileScrollSettings<T> ScrollSettings { get; set; }
    Property Value
    Type Description
    MobileScrollSettings<T>

    The scroll settings.

    ShowCaption

    Specifies the grid caption to be shown or not.

    Declaration
    [JsonProperty("showCaption")]
    public bool ShowCaption { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show caption]; otherwise, false.

    SortSettings

    This property is used to modify sorting default configuration.

    Declaration
    [JsonProperty("sortSettings")]
    public MobileSortSettings<T> SortSettings { get; set; }
    Property Value
    Type Description
    MobileSortSettings<T>

    The sort settings.

    Methods

    ShouldSerializeColumns()

    Declaration
    public bool ShouldSerializeColumns()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeFilterOption()

    Declaration
    public bool ShouldSerializeFilterOption()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageOption()

    Declaration
    public bool ShouldSerializePageOption()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeScrollOption()

    Declaration
    public bool ShouldSerializeScrollOption()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSortOption()

    Declaration
    public bool ShouldSerializeSortOption()
    Returns
    Type Description
    System.Boolean

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved