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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 Also