Search Results for

    Show / Hide Table of Contents

    Interface IItemSelector

    An interface for views to implement (typically grids) that provide a mechanism for retrieving the selected items, and setting whether selections can be multiple or single

    Namespace: LemonEdge.Client.Core.Commands.ViewCommands
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IItemSelector

    Properties

    SelectedObjects

    A list of all the currently user selected objects in this collection

    Declaration
    IEnumerable SelectedObjects { get; }
    Property Value
    Type Description
    IEnumerable

    SelectionMode

    The type of user selection allowed for the items in this collection

    Declaration
    GridSelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    GridSelectionMode

    Events

    SelectionChanged

    An event indicating the user has changed the type of selection mode for these items

    Declaration
    event EventHandler SelectionChanged
    Event Type
    Type Description
    EventHandler

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.