Click or drag to resize

ThemedDocumentControlHandler.AllowReordering Property

Gets or sets a value indicating whether to allow page reordering.

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

Property Value

Type: Boolean
true to allow reordering; otherwise, false.

Implements

DocumentControl.IHandler.AllowReordering
See Also