Intersoft ClientUI Documentation
AlternationCount Property



Gets or sets the number of alternating ISGroupItem objects.
Syntax
Public Property AlternationCount As Integer
Dim instance As GroupStyle
Dim value As Integer
 
instance.AlternationCount = value
 
value = instance.AlternationCount
public int AlternationCount {get; set;}
public:
property int AlternationCount {
   int get();
   void set (    int value);
}

Property Value

The number of alternating ISGroupItem objects.
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

GroupStyle Class
GroupStyle Members

Send Feedback