Intersoft ClientUI Documentation
IsBackgroundPaginationEnabled Property



Gets or sets a value indicating whether pagination is performed automatically in the background in response to certain events, such as a change in page size.
Syntax
Public Overridable ReadOnly Property IsBackgroundPaginationEnabled As Boolean
Dim instance As DynamicDocumentPaginator
Dim value As Boolean
 
value = instance.IsBackgroundPaginationEnabled
public virtual bool IsBackgroundPaginationEnabled {get;}
public:
virtual property bool IsBackgroundPaginationEnabled {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DynamicDocumentPaginator Class
DynamicDocumentPaginator Members

Send Feedback