Intersoft WebGrid Documentation
GroupInterval Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : GroupInterval Enumeration






Value indicating what interval (value, text, alphabet, etc.) the WebGrid is grouped by.

Syntax

Visual Basic (Declaration) 
Public Enum GroupInterval 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As GroupInterval
C# 
public enum GroupInterval : System.Enum 
Delphi 
public enum GroupInterval = class(System.Enum)
JScript 
public enum GroupInterval extends System.Enum
Managed Extensions for C++ 
__value public enum GroupInterval : public System.Enum 
C++/CLI 
public enum class GroupInterval : public System.Enum 

Members

MemberDescription
AlphabeticalThe GroupRow will be grouped according to alphabetical order.
DateThe GroupRow will be grouped based on date.
Default 
HourThe GroupRow will be grouped based on hour.
MinuteThe GroupRow will be grouped based on minute.
MonthThe GroupRow will be grouped based on month.
NamedPeriodThe GroupRow will be grouped based on NamedPeriod.
QuarterlyThe GroupRow will be grouped quarterly.
ShortTimeThe GroupRow will be grouped based on Shorttime format.
TextThe GroupRow will be grouped by GroupRow's text.
ValueThe GroupRow will be grouped by GroupRow's value.
YearThe GroupRow will be grouped based on year.

Remarks

WebGrid.NET provides built-in Grouping capability which automatically handles rows grouping based on specified Columns' value. The Enterprise edition extends this feature by allowing the grouping to be performed on different Group Interval, instead of the Column's Value. The Group Interval has several modes that you can apply to the WebGridColumn, such as: Text, Value, Alphabetical, Date, Month, and so on. You can apply these GroupIntervals visually in the designer and doesn't require you to write any codes in order to make it work.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.GroupInterval

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.