Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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 GridColumnFixingTexts

    Properties

    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.