Skip to main content

DocumentGroup.IsRestoreButtonVisible Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

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