FlexGrid for WinForms
Editor Property (CellStyleCollection)



Gets the style used to paint the cell being edited.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the style used to paint the cell being edited.")>
Public ReadOnly Property Editor As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim value As CellStyle
 
value = instance.Editor
[C1Description("Gets the style used to paint the cell being edited.")]
public CellStyle Editor {get;}
[C1Description("Gets the style used to paint the cell being edited.")]
public:
property CellStyle^ Editor {
   CellStyle^ get();
}
Remarks
This style is empty by default, so cells being edited are rendered using the Focus style.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyleCollection Class
CellStyleCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback