Click or drag to resize
KaxToolBarButtonEventArgsButton Property
Gets the referenced button in the KaxToolBar control when the ButtonDataBound event is raised.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxToolBarButton Button { get; }

Property Value

Type: KaxToolBarButton
The referenced button in the KaxToolBar control when the ButtonDataBound event is raised.
Remarks
Use this property to programmatically access the button referenced in the KaxToolBar control when the ButtonDataBound event is raised.
See Also