Class GroupDescriptorBase
Represents the base class for all descriptors that define a grouping operation within a data instance.
Inheritance
System.Object
GroupDescriptorBase
Inherited Members
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class GroupDescriptorBase : OrderedDescriptor, INotifyPropertyChanged
Constructors
GroupDescriptorBase()
Declaration
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
public object DisplayContent { get; set; }
Property Value
System.Object
|
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |