Gets or sets the vertical direction of the submenu's appearance.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(VertPopupDirectionEnum.Auto)]
public VertPopupDirectionEnum VertPopupDirection { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(VertPopupDirectionEnum.Auto)> _
Public Property VertPopupDirection As VertPopupDirectionEnum

See Also