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

FastTextBlock.ObjectToString Property

Gets or sets the object whose string representation is displayed in the FastTextBlock element. 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 object ObjectToString { get; set; }

Property Value

Type Description
Object

An object to display as text in the FastTextBlock.

Remarks

The ToString method of the specified object is called to obtain the text for display.

See Also