Skip to main content
All docs
V23.2

ThemedWindowOptions.GetUseCustomDialogFooter(DependencyObject) Method

Gets the value of the ThemedWindowOptions.UseCustomDialogFooter attached property for the specified ThemedWindowOptions.

Namespace: DevExpress.Xpf.Core.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetUseCustomDialogFooter(
    DependencyObject element
)

Parameters

Name Type Description
element DependencyObject

An associated object.

Returns

Type Description
Boolean

The UseCustomDialogFooter property value.

See Also