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; }
Public Shared ReadOnly Property SupportsControlView As Boolean
Get
static member SupportsControlView : bool with get
Property Value
Type:
Booleantrue if supports control view; otherwise,
false.
Remarks See Also