Skip to main content

ExportSettings.SetPropertiesHintMask(DependencyObject, ExportSettingsProperties) Method

Sets the value of the ExportSettings.PropertiesHintMask 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 SetPropertiesHintMask(
    DependencyObject obj,
    ExportSettingsProperties value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value DevExpress.Xpf.Printing.ExportSettingsProperties

The required DevExpress.Xpf.Printing.ExportSettingsProperties value.

See Also