Click or drag to resize
KaxToolBarSplitButton Class
Represents a splitbutton in the KaxToolBar class.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsControlItem
        Kettic.AspNet.ControlsKaxToolBarItem
          Kettic.AspNet.ControlsKaxToolBarSplitButton

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxToolBarSplitButton : KaxToolBarItem, 
	IKaxToolBarButtonContainer, IKaxToolBarItemContainer, IControlItemContainer, IKaxToolBarButton

The KaxToolBarSplitButton type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleKaxToolBarSplitButton
Initializes a new instance of the KaxToolBarSplitButton class.
Public methodCode exampleKaxToolBarSplitButton(String)
Initializes a new instance of the KaxToolBarSplitButton class with the specified text data.
Top
Properties
  NameDescription
Public propertyCode exampleButtons
Gets a KaxToolBarButtonCollection object that contains the child buttons of the split button.
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when the KaxToolBarSplitButton is clicked
Public propertyCommandArgument
Gets or sets an optional parameter passed to the Command event of the KaxToolBar instance along with the associated CommandName
Public propertyCommandName
Gets or sets the command name associated with the toolbar button that is passed to the ItemCommand event of the KaxToolBar instance.
Public propertyCode exampleDefaultButtonIndex
Gets or sets the index of the button which properties will be used by default when the EnableDefaultButton property set to true.
Public propertyDropDownHeight
Gets or sets the height of the dropdown in pixels.
Public propertyDropDownWidth
Gets or sets the width of the dropdown in pixels.
Public propertyCode exampleEnableDefaultButton
Gets or sets a value, indicating if the KaxToolBarSplitButton will use the DefaultButton behavior.
Public propertyCode exampleExpandDirection
Gets or sets the expand direction of the drop down.
Public propertyCode exampleItemTemplate
Gets or sets the template for displaying the button.
Public propertyCode exampleNavigateUrl
Gets or sets the URL to link to when the button is clicked.
Public propertyPostBack
Gets or sets a value indicating whether clicking on the button will postback.
Public propertyPostBackUrl
Gets or sets the URL of the page to post to from the current page when the KaxToolBarSplitButton is clicked.
Public propertyCode exampleTarget
Gets or sets the target window or frame to display the Web page content linked to when the toolbar button is clicked.
Public propertyValidationGroup

Gets or sets the name of the validation group to which the KaxToolBarSplitButton belongs.

Public propertyValue
Gets or sets the value associated with the toolbar split button.
(Overrides ControlItemValue.)
Top
See Also