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

BrickStringFormat.FormatFlags Property

Gets or sets a StringFormatFlags enumeration that contains formatting information.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public StringFormatFlags FormatFlags { get; }

Property Value

Type Description
StringFormatFlags

A StringFormatFlags enumeration that contains formatting information.

Remarks

This property is not supported under the WPF and Silverlight platforms.

See Also