Back to Devexpress

BrickStyle.Default Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-fc562129.md

latest1.7 KB
Original Source

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.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Obsolete("This property is now obsolete. You should use the CreateDefault method instead.")]
public static BrickStyle Default { get; }
vb
<Obsolete("This property is now obsolete. You should use the CreateDefault method instead.")>
Public Shared ReadOnly Property [Default] As BrickStyle

Property Value

TypeDescription
BrickStyle

A BrickStyle object representing a report drawing style.

|

Remarks

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

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace