Search Results for

    Show / Hide Table of Contents

    Interface IGrid

    An interface for a view that holds a collection of items that can be enumerated, such as a grid

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

    Properties

    GridItems

    The collection of items contained within this view

    Declaration
    IEnumerable GridItems { get; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    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.