Spread for ASP.NET 12 Product Documentation
RenderEditors Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RenderEditors Property
Gets or sets whether the FarPoint Spread always displays the editor if the editor is defined for a cell.
Syntax
'Declaration
 
Public Property RenderEditors As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.RenderEditors = value
 
value = instance.RenderEditors
public bool RenderEditors {get; set;}
See Also

Reference

SheetView Class
SheetView Members