Back to Devexpress

IDocumentProperties.AllowTabReordering Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentproperties-efcde210.md

latest2.1 KB
Original Source

IDocumentProperties.AllowTabReordering Property

Gets or sets whether or not any document within this TabbedView can be reordered within its parent DocumentGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool AllowTabReordering { get; set; }
vb
Property AllowTabReordering As Boolean

Property Value

TypeDescription
Boolean

true if any document within this TabbedView can be reordered within its parent DocumentGroup; otherwise, false.

|

Remarks

The AllowTabReordering property is common to all documents within the view and can be overridden for individual documents by setting their IDocumentDefaultProperties.AllowTabReordering properties to different values.

See Also

AllowTabReordering

IDocumentProperties Interface

IDocumentProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace