TreeGroupDescription - класс

Definition

Пространство имён: Tessa.UI.Data
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public abstract class TreeGroupDescription : GroupDescription
Inheritance
Object    GroupDescription    TreeGroupDescription
Derived

Конструкторы

TreeGroupDescriptionИнициализирует новый экземпляр класса TreeGroupDescription
TreeGroupDescription(Object)Инициализирует новый экземпляр класса TreeGroupDescription
TreeGroupDescription(Object, TreeGroupDescription)Инициализирует новый экземпляр класса TreeGroupDescription

Свойства

Children 
CustomSortGets or sets a custom comparer that sorts groups using an object that implements IComparer.
(Унаследован от GroupDescription)
GroupName 
GroupNamesGets the collection of names that are used to initialize a group with a set of subgroups with the given names.
(Унаследован от GroupDescription)
SortDescriptionsGets the collection of sort criteria in which to sort the groups.
(Унаследован от GroupDescription)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
GroupNameFromItemReturns the group name(s) for the given item.
(Унаследован от GroupDescription)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
NamesMatchReturns a value that indicates whether the group name and the item name match such that the item belongs to the group.
(Унаследован от GroupDescription)
OnPropertyChangedRaises the PropertyChanged event.
(Унаследован от GroupDescription)
ShouldSerializeChildren 
ShouldSerializeGroupNamesReturns whether serialization processes should serialize the effective value of the GroupNames property on instances of this class.
(Унаследован от GroupDescription)
ShouldSerializeSortDescriptionsReturns whether serialization processes should serialize the effective value of the SortDescriptions property on instances of this class.
(Унаследован от GroupDescription)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

События

PropertyChangedOccurs when a property value changes.
(Унаследован от GroupDescription)

См. также