Search Results for

    Show / Hide Table of Contents

    Class ControlDisplayVisibilityInfo

    A class that details which column is currently visible in a LemonEdge.Client.Core.Views.Core.IBaseGrid<T>, as users can hide/show all columns

    Inheritance
    object
    ControlDisplayVisibilityInfo
    ControlDisplayInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.UI.API.Controls
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public class ControlDisplayVisibilityInfo

    Constructors

    ControlDisplayVisibilityInfo(ColumnDescriptor)

    Creates a new instance of the control visibility info class for the specific grid column

    Declaration
    public ControlDisplayVisibilityInfo(ColumnDescriptor colDesc)
    Parameters
    Type Name Description
    ColumnDescriptor colDesc

    The definition of the column within a LemonEdge.Client.Core.Views.Core.IBaseGrid<T>

    Properties

    ColInfo

    The definition of the column within a LemonEdge.Client.Core.Views.Core.IBaseGrid<T>

    Declaration
    public ColumnDescriptor ColInfo { get; }
    Property Value
    Type Description
    ColumnDescriptor

    GroupKey

    Holds the key of the LemonEdge.Client.Core.Views.Core.IBaseGrid<T> column grouping that this ColInfo belongs to

    Declaration
    public string GroupKey { get; set; }
    Property Value
    Type Description
    string

    Visibile

    Indicates whether or not the specified ColInfo is currently visible within the grid or not

    Declaration
    public bool Visibile { get; set; }
    Property Value
    Type Description
    bool

    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.