Class Group
class representing a group by in a list definition. Used to define lists that are automatically grouped by one of more properties when opening the list. Zero, one or more instances of this class can be added to Groups to define the initial grouping.
Inheritance
System.Object
Group
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class Group : INotifyPropertyChanged
Constructors
Group()
Declaration
public Group()
Properties
AutoExpand
Gets or sets a value indicating whether the group will start expanded or collapsed.
Declaration
public bool? AutoExpand { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MemberPath
Gets or sets the path to the member that is used for sorting.
Declaration
public string MemberPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortDirection
Gets or sets the sort direction within this group.
Declaration
public SortDirection? SortDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SortDirection> |
Events
PropertyChanged
Event for System.ComponentModel.INotifyPropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |