Skip to main content

TextOptions.DefaultStringFormat Property

Gets an object that contains the default formatting settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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
TextOptions
.DefaultOptions .DefaultStringFormat
TextOptions
.DefaultOptionsCenteredWithEllipsis .DefaultStringFormat
TextOptions
.DefaultOptionsMultiLine .DefaultStringFormat
TextOptions
.DefaultOptionsNoWrap .DefaultStringFormat
TextOptions
.DefaultOptionsNoWrapEx .DefaultStringFormat

Remarks

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

See Also