Version

VirtualScrolling Class Properties

For a list of all members of this type, see VirtualScrolling members.

Public Properties
 NameDescription
Public PropertyAverageRowHeightGets sets average height of a row.  
Public PropertyDataFetchDelayDefines data fetch delay. More rows request is initiated back to the server when the scrollbar is not moving for the specified number of milliseconds.  
Public PropertyEnabledOverridden. Determines if the behavior is enabled.  
Public PropertyGridA reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyHasRowsRequestedHandledIndicates if the rows requested event is handled.  
Public PropertyIndexIndex of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyNameOverridden. Name of the behavior. Displayed at the design time in the WebDataGrid.Behaviors expandable collection.  
Public PropertyOwnerCollectionA reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyRowCacheFactorDefines how many rows are kept in the row cache. The actual number of rows in the cache equals to the visible row number times the factor.  
Public PropertyScrollingModeDefines scrolling mode of the grid.  
Public PropertyThresholdFactorDefines the threshold of the rowcache.  
Public PropertyTooltipCssClassName of the CSS class for the the deferred mode's tooltip.  
Public PropertyTooltipVisibilityGets sets visibility of tooltip.  
Public PropertyVirtualScrollingClientEventsHolds client side event definitions for the virtual scrolling.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyControlRunBotReturns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. Returns number of properties for the client state supported by the virtual scrolling behavior.  
Protected PropertyRequiresDataBindingIndicates if the behavior requires data binding when added or removed from grid's behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also