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

    Show / Hide Table of Contents

    Enum DxGridSelection.ShowCheckBoxesMode

    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public enum ShowCheckBoxesMode

    Fields

    Name Description
    always

    The selection column with all the check boxes is always visible. A user can select a row by clicking the check box or its grid cell, but not the row itself.

    none

    Check boxes are always hidden, which means that selection is always single-like in this mode.

    onClick

    Check boxes appear once a user clicks anywhere in the selection column, or if two or more rows are selected programmatically or using keyboard shortcuts. Check boxes disappear once rows selection is canceled.

    onLongTap

    The selection column with all the check boxes appears and disappears on long tap, and on click and hold.

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<DxGridSelection.ShowCheckBoxesMode>()
    EditorHelpers.GetDisplayName()
    EnumExtensions.GetEnumId()
    EnumExtensions.GetDescription()
    EnumExtensions.GetDetails()
    EnumExtensions.GetOrdinal()
    EnumExtensions.GetChannelCount()
    EnumExtensions.GetIsGraphic()
    EnumExtensions.GetIsHdr()
    EnumExtensions.GetValue()
    EnumExtensions.GetBitsPerPixel()
    EnumExtensions.GetBitDepth()
    EnumExtensions.GetBitDepths()
    EnumExtensions.SupportsBitDepth(Int32)
    EnumExtensions.GetBitRate()
    EnumExtensions.GetResRates()
    EnumExtensions.GetIdTag()
    EnumExtensions.GetMimeType()
    EnumExtensions.GetMimeTypes()
    EnumExtensions.GetRelatedGuids()
    EnumExtensions.GetFirstRelatedGuid()
    EnumExtensions.GetAliases()
    EnumExtensions.CreateProfileInformation()
    EnumExtensions.CreateLevelInformation()
    EnumExtensions.FindByMimeType<DxGridSelection.ShowCheckBoxesMode>(String)
    EnumExtensions.FindByRelatedGuid<DxGridSelection.ShowCheckBoxesMode>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<DxGridSelection.ShowCheckBoxesMode>()
    Extensions.JsonClone<DxGridSelection.ShowCheckBoxesMode>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.