Skip to main content

PageNumberExportSettings.SetKind(DependencyObject, PageNumberKind) Method

Sets the value of the PageNumberExportSettings.Kind attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetKind(
    DependencyObject obj,
    PageNumberKind value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value PageNumberKind

The required PageNumberKind value.

See Also