Click or drag to resize
QueryTableControlUseSimplePaging Property
Gets or sets the option to skip the calculation of the number of possible results (with QuerySpecification.IsCount). This influences the type of paging control displayed below the results.

Namespace: PDTec.IceNet.Web.UI.Controls
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool UseSimplePaging { get; set; }

Property Value

Type: Boolean
See Also