Skip to main content
A newer version of this page is available. .

IDocumentProperties.ShowMaximizeButton Property

Gets or sets whether all Documents within this WidgetView should display their maximize buttons.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool ShowMaximizeButton { get; set; }

Property Value

Type Description
Boolean

true, if all Documents within this WidgetView should display their maximize buttons; otherwise, false.

Remarks

This property specifies whether or not all Document within this WidgetView should display their maximize buttons. You can override this general setting for individual Documents via the IDocumentDefaultProperties.ShowMaximizeButton property. See this link to learn more.

See Also