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

IBrick.SetProperties(Hashtable) Method

Sets property values for the class which implements the IBrick interface based on the specified Hashtable object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

void SetProperties(
    Hashtable properties
)

Parameters

Name Type Description
properties Hashtable

Identifies the Hashtable collection of property names and values that must be set.

Remarks

A properties object represents a collection of pairs (“property name”-“property value”) that must be set for the class, which implements the IBrick interface.

See Also