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

FastTextBlock.StringFormat Property

Gets or sets a string that specifies how to format the FastTextBlock.Text or FastTextBlock.ObjectToString value when displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public string StringFormat { get; set; }

Property Value

Type Description
String

A string that specifies how to format the value for display.

See Also