Search Results for

    Show / Hide Table of Contents

    Interface IGridSelector

    An interface implemented by grids to allow rows to be selected, and to allow the system to automatically specify which rows should be selected

    Inherited Members
    IHasToggleStatus.IsToggled
    IHasToggleStatus.ToggleChanged
    IDisposable.Dispose()
    IItemSelector.SelectionMode
    IItemSelector.SelectedObjects
    IItemSelector.SelectionChanged
    Namespace: LemonEdge.Client.Core.Commands.ViewCommands
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IGridSelector : IGridSelectionMode, IHasToggleStatus, IDisposable, IItemSelector

    Methods

    SelectItemAndScrollIntoView(object)

    Declaration
    void SelectItemAndScrollIntoView(object item)
    Parameters
    Type Name Description
    object item

    SelectItems(IEnumerable)

    Informs the grid that the specified data should have their corrosponding rows selected within the grid view itself

    Declaration
    void SelectItems(IEnumerable items)
    Parameters
    Type Name Description
    IEnumerable items

    All the items to be selected by the grid

    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.