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

    Show / Hide Table of Contents

    Class DxGridHeaderFilterTexts

    Contains options that specify text for various elements of the popup menu.

    Inheritance
    System.Object
    DxGridHeaderFilterTexts
    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class DxGridHeaderFilterTexts

    Properties

    cancel

    Specifies text for the button that closes the popup menu without applying a filter.

    Declaration
    public string cancel { get; set; }
    Property Value
    Type Description
    System.String

    emptyValue

    Specifies a name for the item that represents empty values in the popup menu.

    Declaration
    public string emptyValue { get; set; }
    Property Value
    Type Description
    System.String

    ok

    Specifies text for the button that applies the specified filter.

    Declaration
    public string ok { 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.