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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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