KaxToolBarDropDownExpandDirection Property |
Gets or sets the expand direction of the drop down.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ToolBarDropDownExpandDirection ExpandDirection { get; set; }
Public Property ExpandDirection As ToolBarDropDownExpandDirection
Get
Set
public:
property ToolBarDropDownExpandDirection ExpandDirection {
ToolBarDropDownExpandDirection get ();
void set (ToolBarDropDownExpandDirection value);
}
member ExpandDirection : ToolBarDropDownExpandDirection with get, set
Property Value
Type:
ToolBarDropDownExpandDirection
The expand direction of the drop down. The
default value is
ToolBarDropDownExpandDirection.Down.
Examples <kettic:KaxToolBar id="KaxToolBar1" runat="server">
<Items>
<kettic:KaxToolBarDropDown ImageUrl="~/Img/bold.gif"
ExpandDirection="Up" Text="Bold" />
</Items>
</kettic:KaxToolBar>
See Also