Skip to main content

IBrick.GetProperties() Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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