Skip to main content

Accessor.SetProperties(Object, 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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static void SetProperties(
    object obj,
    object[,
    ] array
)

Parameters

Name Type
obj Object
array Object[,]
See Also