| UserControlBaseExternalDialogsPath Property  | 
          
        
        
        
            Gets or sets a value indicating where the editor will look for its dialogs.
            
         
        Namespace: Kettic.AspNet.Controls.DialogsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ExternalDialogsPath { get; set; }Public Property ExternalDialogsPath As String
	Get
	Set
public:
property String^ ExternalDialogsPath {
	String^ get ();
	void set (String^ value);
}member ExternalDialogsPath : string with get, set
Property Value
Type: 
String
            A relative path to the dialogs location. For example: "~/controls/KaxEditorDialogs/".
            
RemarksIf specified, the ExternalDialogsPath
            		property will allow you to customize and load the editor dialogs from normal ASCX files.
See Also