Class DxGridColumnChooser
Configures the column chooser.
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridColumnChooser
Properties
allowSearch
Specifies whether searching is enabled in the column chooser.
Declaration
public bool? allowSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
emptyPanelText
Specifies text displayed by the column chooser when it is empty.
Declaration
public string emptyPanelText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Default Value: 'Drag a column here to hide it'.
enabled
Specifies whether a user can open the column chooser.Specifies whether a user can open the column chooser.
Declaration
public bool? enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Remarks
When this option is set to true, a user can open the column chooser with a click on the "Column Chooser" icon. Otherwise, this icon is hidden, but you still can open the column chooser from code by calling the showColumnChooser() method.
height
Specifies the height of the column chooser.
Declaration
public int? height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
mode
Specifies how a user manages columns using the column chooser.
Declaration
public DxGridColumnChooser.ColumnChooserMode? mode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DxGridColumnChooser.ColumnChooserMode> |
searchTimeout
Specifies a delay in milliseconds between when a user finishes typing in the column chooser's search panel, and when the search is executed.
Declaration
public int? searchTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
title
Specifies the title of the column chooser.
Declaration
public string title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
width
Specifies the width of the column chooser.
Declaration
public int? width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |