| KaxToolBarButtonOwner Property  | 
          
        
        
        
            Gets a reference to the owner of the KaxToolBarButton.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IKaxToolBarItemContainer Owner { get; }Public ReadOnly Property Owner As IKaxToolBarItemContainer
	Get
public:
property IKaxToolBarItemContainer^ Owner {
	IKaxToolBarItemContainer^ get ();
}member Owner : IKaxToolBarItemContainer with get
Property Value
Type: 
IKaxToolBarItemContainer
            The IToolBarItemContainer control (
KaxToolBar,
            
KaxToolBarDropDown,
            
KaxToolBarSplitButton) which holds the KaxToolBarButton.
            
See Also