Class PropertyAggregateDescriptor
Inheritance
System.Object
PropertyAggregateDescriptor
Inherited Members
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyAggregateDescriptor : AggregateDescriptorBase, INotifyPropertyChanged, IPropertyDescriptor
Constructors
PropertyAggregateDescriptor()
Declaration
public PropertyAggregateDescriptor()
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
System.
|
Function
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
PropertyChangedOverride(String)
Declaration
protected override void PropertyChangedOverride(string changedPropertyName)
Parameters
System.
|