Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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