Click or drag to resize

CustomCellSupportsControlView Property

Gets a value indicating that the CustomCell on the current platform supports using a Control for its view mode. Gtk and WinForms only support custom controls when editing a cell.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool SupportsControlView { get; }

Property Value

Type: Boolean
true if supports control view; otherwise, false.
Remarks
When false, you must handle the Paint event (or override OnPaint(CellPaintEventArgs)) to provide a view mode for the cell contents.
See Also