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

DocumentGroup.IsRestoreButtonVisible Property

Gets whether the DocumentGroup displays the Restore button. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool IsRestoreButtonVisible { get; }

Property Value

Type Description
Boolean

true if the DocumentGroup displays the Restore button; otherwise, false.

Remarks

Use the DocumentGroup.ShowRestoreButton property, to control the visibility of the Restore button.

See Also