ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorTooltip Class / Position Property

In This Topic
    Position Property (ErrorTooltip)
    In This Topic
    Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Position As PopupPosition
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PopupPosition Position {get; set;}
    See Also