Spread ASP.NET 6.0 Product Documentation
ShowEditor Property
See Also  Send Feedback
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > NumericUpDownCellType Class : ShowEditor Property


Glossary Item Box

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 NumericUpDownCellType
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

© 2002-2012 GrapeCity, Inc. All Rights Reserved.