Back to Devexpress

FormatConditionBase.TypeName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-formatconditionbase-86d85f91.md

latest1.2 KB
Original Source

FormatConditionBase.TypeName Property

Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
String

A System.String value.

|

Remarks

The TypeName property is a utility member that is used for serialization.

See Also

FormatConditionBase Class

FormatConditionBase Members

DevExpress.Xpf.PivotGrid Namespace