BrickStringFormat.PrototypeKind Property
Gets a prototype string format for the current string format.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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