Class FrozenHeaderSettings
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 FrozenHeaderSettings : EJTagHelper
Constructors
FrozenHeaderSettings()
Declaration
public FrozenHeaderSettings()
Properties
EnableFrozenColumnHeaders
Declaration
[JsonProperty("enableFrozenColumnHeaders")]
public bool EnableFrozenColumnHeaders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableFrozenHeaders
Declaration
[JsonProperty("enableFrozenHeaders")]
public bool EnableFrozenHeaders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableFrozenRowHeaders
Declaration
[JsonProperty("enableFrozenRowHeaders")]
public bool EnableFrozenRowHeaders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ScrollerSize
Declaration
[JsonProperty("scrollerSize")]
public int ScrollerSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |