Skip to main content

PresentationBase.PresentationName Property

Returns the human-readable name of the current presentation.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.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