Search Results for

    Show / Hide Table of Contents

    Enum LayoutDockPosition

    The position of an item within a parent container

    Namespace: LemonEdge.Client.Core.Views.DefaultLayouts
    Assembly: ClientCore.dll
    Syntax
    [DataContract]
    public enum LayoutDockPosition

    Fields

    Name Description
    Bottom

    Should be docked to the bottom

    Center

    Should be docked in the center

    Left

    Should be docked to the left

    Right

    Should be docked to the right

    Top

    Should be docked to the top

    Extension Methods

    EnumHelper.GetShortFlaggedValues<LayoutDockPosition>()
    EnumHelper.ToShortGuid<LayoutDockPosition>()
    MiscExtensions.SetIfNotEqual<LayoutDockPosition, P>(Expression<Func<LayoutDockPosition, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, LayoutDockPosition>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    LayoutDockPositionOrderer.ToHorizontalOrder()
    LayoutDockPositionOrderer.ToVerticalOrder()
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.