Class PivotPagerProperties
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.Models
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotPagerProperties : EJTagHelper
Constructors
PivotPagerProperties()
Declaration
public PivotPagerProperties()
Properties
Locale
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mode
Declaration
[JsonProperty("mode")]
public PivotPagerMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| PivotPagerMode |
TargetControlID
Declaration
[JsonProperty("targetControlID")]
public string TargetControlID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
| Type | Description |
|---|---|
| System.Object |