FlexGrid for WinForms
Editor Property (CellStyle)



Gets or sets the custom editor used to edit cells that have this style.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the custom editor used to edit cells that have this style.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Editor As Control
'Usage
 
Dim instance As CellStyle
Dim value As Control
 
instance.Editor = value
 
value = instance.Editor
[C1Description("Gets or sets the custom editor used to edit cells that have this style.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public Control Editor {get; set;}
[C1Description("Gets or sets the custom editor used to edit cells that have this style.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property Control^ Editor {
   Control^ get();
   void set (    Control^ value);
}
Remarks

The grid provides several built-in editors that are automatically selected based on the properties of the cell being edited.

This property allows you to use external editors when editing values that have a given CellStyle. Any control can be used as an external editor, but to achieve complete integration with the grid, the external editor should implement the IC1EmbeddedEditor interface.

For details, see the Editor property.

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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback