Gets or sets whether to display the editor.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overridable Property ShowEditor As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As DateCalendarCellType
Dim value As Boolean
 
instance.ShowEditor = value
 
value = instance.ShowEditor  | 
 
| C# |   | 
|---|
public virtual bool ShowEditor {get; set;} | 
 
            
            
            Property Value
true if editor is displayed; otherwise, false.
 
            
			
			
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also