Enum DxGridOptions.ColumnResizingMode
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum ColumnResizingMode
Fields
| Name | Description |
|---|---|
| nextColumn | When a user resizes a column, the width of the next column changes. |
| widget | When a user resizes a column, the width of the widget changes. This mode is ignored if you specify the width of any column in percent. |