Class
GroupDescriptorBase

Represents the base class for all descriptors that define a grouping operation within a data instance.

Definition

Constructors

GroupDescriptorBase()

Declaration

cs-api-definition
protected GroupDescriptorBase()

Properties

DisplayContent

Gets or sets the content that is used to represent the group descriptor visually - for example within the grouping panel.

Declaration

cs-api-definition
public object DisplayContent { get; set; }

Property Value

object

Methods

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()