| KaxDialogOpenerWindow Property  | 
          
        
        
        
            A read-only property that returns the KaxWindow instance used in the KaxDialogOpener control.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxWindow Window { get; }Public ReadOnly Property Window As KaxWindow
	Get
public:
property KaxWindow^ Window {
	KaxWindow^ get ();
}member Window : KaxWindow with get
Property Value
Type: 
KaxWindow
See Also