Class DxGridColumnFixing
Configures the column chooser.
Inheritance
System.Object
DxGridColumnFixing
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridColumnFixing
Properties
enabled
Enables column fixing.
Declaration
public bool? enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
texts
Contains options that specify texts for column fixing commands in the context menu of a column header.
Declaration
public DxGridColumnFixing.GridColumnFixingTexts texts { get; set; }
Property Value
Type | Description |
---|---|
DxGridColumnFixing.GridColumnFixingTexts |