Back to Devexpress

IDocumentProperties.AllowFloatOnDoubleClick Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentproperties-8ca1386f.md

latest2.6 KB
Original Source

IDocumentProperties.AllowFloatOnDoubleClick Property

Gets or sets whether the current Tabbed View’s documents can be made floating with a double click on document headers.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the current Tabbed View’s documents can be made floating with a double click on document headers; otherwise, false.

|

Remarks

The AllowFloatOnDoubleClick property specifies whether the current Tabbed View’s documents can be made floating with a double click on document headers. This setting can be overridden for individual documents using the document’s IDocumentDefaultProperties.AllowFloatOnDoubleClick option.

The AllowFloatOnDoubleClick property is not in effect if the IBaseDocumentProperties.AllowFloat or IBaseDocumentDefaultProperties.AllowFloat property forbids making the panel floating.

See Also

AllowFloatOnDoubleClick

IBaseDocumentProperties.AllowFloat

IBaseDocumentDefaultProperties.AllowFloat

IDocumentProperties Interface

IDocumentProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace