Click or drag to resize

ExpanderIHandler Interface

Handler interface for platform implementations of the Expander.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : PanelIHandler, 
	ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The ExpanderIHandler type exposes the following members.

Properties
  NameDescription
Public propertyExpanded
Gets or sets a value indicating whether the Content is expanded/visible.
Public propertyHeader
Gets or sets the header control.
Top
See Also