Version

ColumnGroupDescription Class Members

The following tables list the members exposed by ColumnGroupDescription.

Public Constructors
 NameDescription
Public ConstructorColumnGroupDescription ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDisplayNameGets or sets the display text for the group name.  
Public PropertyPropertyPathGets or sets the property being sorted. (Inherited from Infragistics.XamarinForms.Controls.Grids.ColumnSortDescription)
Public PropertySortDirectionGets or sets the direction to sort based on the property. (Inherited from Infragistics.XamarinForms.Controls.Grids.ColumnSortDescription)
Public PropertyValueFormatGets or sets the format string for the group value.  
Public Methods
 NameDescription
Public MethodEqualsReturns if the SortDescription is equal to another. (Inherited from Infragistics.XamarinForms.Controls.Grids.ColumnSortDescription)
Public MethodGetHashCodeReturns the hash code for the SortDescription. (Inherited from Infragistics.XamarinForms.Controls.Grids.ColumnSortDescription)
Protected Methods
 NameDescription
Protected MethodOnFormatTextUsed to invoke the FormatText event.  
Public Events
 NameDescription
Public EventFormatTextCalled when the value is being formatted.  
See Also