Enum DxGridScrolling.ColumnRenderingMode
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum ColumnRenderingMode
Fields
| Name | Description |
|---|---|
| standard | Renders all columns at once. |
| virtual | Renders only those columns that get into the viewport. |