Click or drag to resize
KaxToolBarButton Properties

The KaxToolBarButton type exposes the following members.

Properties
  Name Description
Public property AllowSelfUnCheck
Gets or sets a value indicating if a checked button will get unchecked when clicked.
Public property CausesValidation
Gets or sets a value indicating whether validation is performed when the KaxToolBarButton is clicked
Public property Checked
Gets or sets if the button is checked.
Public property Code example CheckedCssClass
Gets or sets the Cascading Style Sheet (CSS) class applied when the toolbar button is checked.
Public property Code example CheckedImageUrl
Gets or sets the path to an image to display for the button when its Checked state is "true".
Public property CheckOnClick
Gets or sets whether the button has a check state.
Public property CommandArgument
Gets or sets an optional parameter passed to the Command event of the KaxToolBar instance along with the associated CommandName
Public property CommandName
Gets or sets the command name associated with the toolbar button that is passed to the ItemCommand event of the KaxToolBar instance.
Public property Code example DataItem
Gets the data item that is bound to the button
(Overrides ControlItemDataItem.)
Public property Group
Gets or sets the group to which the button belongs.
Public property IsSeparator
Gets or sets whether the button is separator.
Public property Code example ItemTemplate
Gets or sets the template for displaying the button.
Public property Code example NavigateUrl
Gets or sets the URL to link to when the button is clicked.
Public property Owner
Gets a reference to the owner of the KaxToolBarButton.
Public property PostBack
Gets or sets a value indicating whether clicking on the button will postback.
Public property PostBackUrl
Gets or sets the URL of the page to post to from the current page when the KaxToolBarButton is clicked.
Public property Code example Target
Gets or sets the target window or frame to display the Web page content linked to when the toolbar button is clicked.
Public property ValidationGroup

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

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