Spread ASP.NET 6.0 Product Documentation
ShowEditor Property
See Also  Send Feedback
FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > ExtenderCellTypeBase 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 ExtenderCellTypeBase
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.

Remarks

The cell text is selected when the cell gets focus if the EditModeReplace property is true and the cell ShowEditor property is true. This applies to the extender, date calendar, auto complete, filtered text, numeric up down, and text box watermark cell types. This is not supported if the sheetview RenderEditors property is set to true.

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.