This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Collection of GroupFormat or LevelFormat elements.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public class GroupFormatCollection<T> : <T>
where T : new(), 
Visual Basic (Declaration)Copy imageCopy Code
Public Class GroupFormatCollection(Of T As {New, }) _
	Inherits (Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <T>)>
    Smartsite.Core..::..AdvancedFormatBuilder..::..FormatBaseCollection<(Of <T>)>
      Smartsite.Core..::..AdvancedFormatBuilder..::..GroupFormatCollection<(Of <(<'T>)>)>

See Also

Advanced