Class DxGridGroupingTexts
Defines the texts of grouping-related visual elements.
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridGroupingTexts
Remarks
Use the options of this object to localize or customize grouping-related elements. For example, the groupByThisColumn, ungroup and ungroupAll options customize items of the context menu. These items appear in the menu only if the grouping.contextMenuEnabled option is set to true.
Properties
groupByThisColumn
Specifies the text of the context menu item that groups data by a specific column.
Declaration
public string groupByThisColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
groupContinuedMessage
Specifies the message displayed in a group row when the corresponding group is continued from the previous page.
Declaration
public string groupContinuedMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
groupContinuesMessage
Specifies the message displayed in a group row when the corresponding group continues on the next page.
Declaration
public string groupContinuesMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ungroup
Specifies the text of the context menu item that clears grouping settings of a specific column.
Declaration
public string ungroup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ungroupAll
Specifies the text of the context menu item that clears grouping settings of all columns.
Declaration
public string ungroupAll { get; set; }
Property Value
Type | Description |
---|---|
System.String |