Class
GroupDescriptionBase

Base class for GroupDescription.

Definition

Namespace:Telerik.Data.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class GroupDescriptionBase : DescriptionBase, INotifyPropertyChanged, ISupportInitialize

Inheritance: objectCloneableSettingsNodeDescriptionBaseGroupDescriptionBase

Derived Classes: GroupDescription

Implements: INotifyPropertyChangedISupportInitialize

Inherited Members DescriptionBase.GetMemberName()DescriptionBase.GetDisplayName()DescriptionBase.DisplayNameDescriptionBase.CustomNameDescriptionBase.PropertyNameSettingsNode.BeginEdit()SettingsNode.BeginInit()SettingsNode.EndInit()SettingsNode.NotifyChange(SettingsChangedEventArgs)SettingsNode.RemoveSettingsChild(SettingsNode)SettingsNode.AddSettingsChild(SettingsNode)SettingsNode.OnSettingsChanged(SettingsChangedEventArgs)SettingsNode.OnPropertyChanged(string)SettingsNode.ParentSettingsNode.SettingsChangedSettingsNode.PropertyChangedCloneable.Clone()Cloneable.CreateInstanceCore()

Properties

SortOrder

Gets or sets a SortOrder implementation used to sort the groups created by this instance.

Declaration

cs-api-definition
public SortOrder SortOrder { get; set; }

Property Value

SortOrder

Methods

CloneCore(Cloneable)

Makes the instance a clone (deep copy) of the specified Cloneable.

Declaration

cs-api-definition
protected override void CloneCore(Cloneable source)

Parameters

source

Cloneable

The object to clone.

Overrides DescriptionBase.CloneCore(Cloneable)

Remarks

Notes to Inheritors If you derive from Cloneable, you may need to override this method to copy all properties. It is essential that all implementations call the base implementation of this method (if you don't call base you should manually copy all needed properties including base properties).