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.Object
key
|
|
System.Boolean
isExpanded
|
|
System.Collections.Generic.IEnumerable<PropertyDefinition>
elements
|
GroupDefinition(Object, IEnumerable<PropertyDefinition>)
Declaration
public GroupDefinition(object key, IEnumerable<PropertyDefinition> elements)
Parameters
|
System.Object
key
|
|
System.Collections.Generic.IEnumerable<PropertyDefinition>
elements
|
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
|
System.String
|
Elements
Declaration
public IEnumerable<PropertyDefinition> Elements { get; }
Property Value
|
System.Collections.Generic.IEnumerable<PropertyDefinition>
|
GroupContainerStyle
Declaration
public Style GroupContainerStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
|
System.Boolean
|
Key
Declaration
public object Key { get; }
Property Value
|
System.Object
|
OrderIndex
Declaration
public int OrderIndex { get; set; }
Property Value
|
System.Int32
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
|
System.String
name
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|