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

BrickStyle.Default Property

OBSOLETE

This property is now obsolete. You should use the CreateDefault() method instead.

Gets the BrickStyle object whose properties are set to their default values.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

[Obsolete("This property is now obsolete. You should use the CreateDefault method instead.")]
public static BrickStyle Default { get; }

Property Value

Type Description
BrickStyle

A BrickStyle object representing a report drawing style.

Remarks

The Default property is now obsolete. Use the BrickStyle.CreateDefault method instead.

See Also