Class GroupDefinition
Inheritance
System.Object
GroupDefinition
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupDefinition : DependencyObject, INotifyPropertyChanged
Constructors
GroupDefinition(Object, Boolean, IEnumerable<PropertyDefinition>)
Declaration
public GroupDefinition(object key, bool isExpanded, IEnumerable<PropertyDefinition> elements)
Parameters
System.
|
System.
|
System.
|
GroupDefinition(Object, IEnumerable<PropertyDefinition>)
Declaration
public GroupDefinition(object key, IEnumerable<PropertyDefinition> elements)
Parameters
System.
|
System.
|
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
Elements
Declaration
public IEnumerable<PropertyDefinition> Elements { get; }
Property Value
System.
|
GroupContainerStyle
Declaration
public Style GroupContainerStyle { get; set; }
Property Value
Microsoft.
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
Key
Declaration
public object Key { get; }
Property Value
System.
|
OrderIndex
Declaration
public int OrderIndex { get; set; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|