Back to Devexpress

IDocumentDefaultProperties.CanResize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-987b2b7b.md

latest2.1 KB
Original Source

IDocumentDefaultProperties.CanResize Property

Gets whether an end-user can resize the current Document at runtime.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanResize { get; }
vb
<Browsable(False)>
ReadOnly Property CanResize As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can resize the current Document at runtime; otherwise, false.

|

Remarks

See the IDocumentDefaultProperties.AllowResize and IDocumentProperties.AllowResize properties for details.

See Also

IDocumentDefaultProperties.AllowResize

IDocumentProperties.AllowResize

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace