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

PresentationBase.PresentationName Property

Returns the human-readable name of the current presentation.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v21.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public abstract string PresentationName { get; }

Property Value

Type Description
String

A String value which is the presentation name.

See Also