Skip to main content

BrickStringFormat.PrototypeKind Property

Gets a prototype string format for the current string format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormatPrototypeKind PrototypeKind { get; }

Property Value

Type Description
BrickStringFormatPrototypeKind

A BrickStringFormatPrototypeKind enumeration value which specifies the prototype string format.

Available values:

Name Description
Default

The current string format is based on the default string format.

GenericDefault

The current string format is based on the generic default string format.

GenericTypographic

The current string format is based on the generic typographic string format.

See Also