New to Telerik UI for WinFormsStart a free 30-day trial

Contains mechanisms to access and describe properties of objects used as source in pivot grouping.

Definition

Properties

Gets or sets the custom name that will be used as display name.

C#
[DataMember]
public string CustomName { get; set; }

Gets the display-friendly name.

C#
public string DisplayName { get; }

Implements: INamed.DisplayName

Methods

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

C#
protected override void CloneCore(Cloneable source)
Parameters:sourceCloneable

The object to clone.

Overrides: Cloneable.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).

Gets the display-friendly name.

C#
protected virtual string GetDisplayName()
Returns:

string

A string name.

Returns the member name for this description.

C#
public abstract string GetUniqueName()
Returns:

string

Implements: IDescriptionBase.GetUniqueName()