Class SpreadsheetScrollSettings
Inheritance
System.Object
SpreadsheetScrollSettings
Assembly: Syncfusion.EJ2.dll
public class SpreadsheetScrollSettings : EJTagHelper
Constructors
Declaration
public SpreadsheetScrollSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
If enableVirtualization
is set to true, then the spreadsheet will render only the rows and columns visible within the view-port
and load subsequent rows and columns based on scrolling.
Declaration
public bool EnableVirtualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
By default, the scroll mode is infinite. Set it to true
to make it as finite.
Declaration
public bool IsFinite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides