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.v18.2.dll

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