Click or drag to resize

PFQueryGroupPageSize Property

Gets or sets the maximum number of elements that should be returned inside this group.

This setting will not impact the query, it is used by views to specify page size by group level.

Only used if EnablePaging is set to true.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
[DataMemberAttribute]
public long PageSize { get; set; }

Property Value

Type: Int64
See Also