Back to Devexpress

BaseGauge.TypeNameEx Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-basegauge-b7443a24.md

latest1.2 KB
Original Source

BaseGauge.TypeNameEx Property

Gets the type name of the current object.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public string TypeNameEx { get; set; }
vb
<Browsable(False)>
Public Property TypeNameEx As String

Property Value

TypeDescription
String

A string that specifies the type name of the current object.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

BaseGauge Class

BaseGauge Members

DevExpress.XtraGauges.Core.Model Namespace