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

IBrick.GetProperties() Method

Obtains the Hashtable collection of properties for the class that implements the IBrick interface.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

Hashtable GetProperties()

Returns

Type Description
Hashtable

A Hashtable object that contains properties of the class that implements the IBrick interface.

Remarks

See the Hashtable class topic in MSDN to learn about hashtables.

The returned elements of the Hashtable are “property name”-“property value” pairs. The property name represents the table key portion and the property value is the value constituent of a table entry.

See Also