Skip to main content

Accessor.SetProperty(Object, String, Object) Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static void SetProperty(
    object obj,
    string name,
    object value
)

Parameters

Name Type
obj Object
name String
value Object
See Also