| KaxTabDisabledImageUrl Property  | 
          
        
        
        
            	Gets or sets the URL to an image which is displayed when the tab is disabled 
            	(its Enabled property is set to false).
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DisabledImageUrl { get; set; }Public Property DisabledImageUrl As String
	Get
	Set
public:
property String^ DisabledImageUrl {
	String^ get ();
	void set (String^ value);
}member DisabledImageUrl : string with get, set
Property Value
Type: 
String
            	The URL to the image to display when the tab is disabled. The default value is empty
            	string which means the image specified via 
ImageUrl will be used.
            
Remarks
            		Use the DisabledImageUrl property to specify a custom image that will be
            		displayed when the current tab is disabled. Setting the DisabledImageUrl
            		property required the ImageUrl property to be set beforehand. 
            	
            		If the DisabledImageUrl property is not set the value of the ImageUrl 
            		will be used instead.
            	
See Also