RepeaterGroupDataIsGroupShownOnOnePage Property

Gets or sets a value indicating whether the group is shown entirely within the same page, starting on a new page if necessary. This setting has no effect if the group is larger than one page.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "isGroupShownOnOnePage", EmitDefaultValue = false)]
public bool IsGroupShownOnOnePage { get; set; }

Property Value

Type: Boolean
See Also