Search Results for

    Show / Hide Table of Contents

    Enum GridSelectionMode

    The type of selection allowed for rows of data against a grid

    Namespace: LemonEdge.Client.Core.Commands.ViewCommands
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public enum GridSelectionMode : short

    Fields

    Name Description
    Multiple

    Multiple rows can be selected at once. New rows do not deselect any old ones. You have to deselect rows manually.

    None

    No rows can be selected in the grid

    Single

    Only a single row at a time can be selected. New rows result in old selected ones being deselected automatically

    Extension Methods

    LinqExtensions.AsArray<GridSelectionMode>(GridSelectionMode)
    LinqExtensions.ToArrayOfOne<GridSelectionMode>(GridSelectionMode)
    LinqExtensions.ToListOfOne<GridSelectionMode>(GridSelectionMode)
    MiscExtensions.SetIfNotEqual<GridSelectionMode, TP>(GridSelectionMode, Expression<Func<GridSelectionMode, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.