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
Syntaxpublic bool AllowReordering { get; set; }Public Property AllowReordering As Boolean
	Get
	Set
abstract AllowReordering : bool with get, set
override AllowReordering : bool with get, set
Property Value
Type: 
Booleantrue to allow reordering; otherwise, 
false.
Implements
DocumentControlIHandlerAllowReordering
See Also