Search Results for

    Show / Hide Table of Contents

    Interface IBaseGrid

    A common set of functionality that is not type specific that the IBaseGrid<T> view implements in order to be accessibly without knowing the generic type the grid works with

    Inherited Members
    IModelView.Displayer
    IModelView.Descriptor
    IModelView.Controller
    IModelView.ClearUI()
    IModelView.ReActivateView()
    IModelView.ValidateUI()
    IItemSelector.SelectionMode
    IItemSelector.SelectionChanged
    IItemSelector.SelectedObjects
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    public interface IBaseGrid : IModelView, IItemSelector

    Methods

    GetVisibleColumnIndexes()

    Returns a list of all visible columns in the grid view

    Declaration
    IEnumerable<short> GetVisibleColumnIndexes()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Int16>

    A list of all visible columns in the grid view

    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.