TreePropertyGroupDescription - класс

Definition

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

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

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

Свойства

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

Методы

GroupNameFromItem(Object, Int32, CultureInfo)Returns the group name(s) for the given item.
(Унаследован от GroupDescription)
GroupNameFromItem(Object, Int32, CultureInfo) 
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
(Унаследован от TreeGroupDescription)
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)

События

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

См. также