FlexPivot for WinForms
Editor プロパティ (CellStyle)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyle クラス : Editor プロパティ
Gets or sets the custom editor used to edit cells that have this style.
シンタックス
'宣言
 
Public Property Editor As System.Windows.Forms.Control
public System.Windows.Forms.Control Editor {get; set;}
解説

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 C1FlexGridBase.Editor property.

参照

CellStyle クラス
CellStyle メンバ