Class MobilePageSettings<T>
Inherited Members
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 MobilePageSettings<T> : PageOptionsBase<T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
MobilePageSettings()
Declaration
public MobilePageSettings()
Properties
Display
Used to define the pager position which can be fixed or normal.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("display")]
public PagerDisplay Display { get; set; }
Property Value
Type | Description |
---|---|
PagerDisplay | The display. |
Type
Used to define the pager type which can be scrollable or normal.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("display")]
public PagerType Type { get; set; }
Property Value
Type | Description |
---|---|
PagerType | The type. |