Skip to main content

DXWindow.SetShowTitle(DependencyObject, Boolean) Method

Sets the value of the DXWindow.ShowTitle property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetShowTitle(
    DependencyObject obj,
    bool value
)

Parameters

Name Type Description
obj DependencyObject

The element to which the attached property is written.

value Boolean

true to show the title; otherwise, false.

See Also