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

TextOptions.DefaultStringFormat Property

Gets an object that contains the default formatting settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static StringFormat DefaultStringFormat { get; }

Property Value

Type Description
StringFormat

A StringFormat object containing the default formatting settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultStringFormat
AppearanceObject
.TextOptions.DefaultStringFormat
AppearanceObjectEx
.TextOptions.DefaultStringFormat
DiagramAppearanceObject
.TextOptions.DefaultStringFormat
HyperlinkLabelControlAppearanceObject
.TextOptions.DefaultStringFormat
LabelControlAppearanceObject
.TextOptions.DefaultStringFormat

Remarks

This property returns an object whose settings are set as follows:

See Also