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
    System.IDisposable.Dispose()
    IItemSelector.SelectionMode
    IItemSelector.SelectionChanged
    IItemSelector.SelectedObjects
    Namespace: LemonEdge.Client.Core.Commands.ViewCommands
    Assembly: ClientCore.dll
    Syntax
    public interface IGridSelector : IGridSelectionMode, IHasToggleStatus, IDisposable, IItemSelector

    Methods

    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
    System.Collections.IEnumerable items

    All the items to be selected by the grid

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.