KaxToolBarButtonEventArgsButton Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxToolBarButton Button { get; }
Public ReadOnly Property Button As KaxToolBarButton
Get
public:
property KaxToolBarButton^ Button {
KaxToolBarButton^ get ();
}
member Button : KaxToolBarButton with 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