Click or drag to resize

ThemedDocumentControlHandlerAllowReordering 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

DocumentControlIHandlerAllowReordering
See Also