Click or drag to resize
KaxToolBarSplitButtonExpandDirection Property
Gets or sets the expand direction of the drop down.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ToolBarDropDownExpandDirection ExpandDirection { 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