Class DxGridColumnFixing.GridColumnFixingTexts
Contains options that specify texts for column fixing commands in the context menu of a column header.
Inheritance
System.Object
    DxGridColumnFixing.GridColumnFixingTexts
  Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class GridColumnFixingTextsProperties
fix
Specifies text for the context menu item that fixes a column.
Declaration
public string fix { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
leftPosition
Specifies text for the context menu subitem that fixes a column to the left edge of the widget.
Declaration
public string leftPosition { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
rightPosition
Specifies text for the context menu subitem that fixes a column to the right edge of the widget.
Declaration
public string rightPosition { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
unfix
Specifies text for the context menu item that unfixes a column.
Declaration
public string unfix { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |