Back to Devexpress

LayoutViewField.TypeName Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-fd68341a.md

latest1.4 KB
Original Source

LayoutViewField.TypeName Property

Gets the name of the current object’s type.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public override string TypeName { get; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
<Browsable(False)>
Public Overrides ReadOnly Property TypeName As String

Property Value

TypeDefaultDescription
StringString.Empty

The “LayoutViewField” string.

|

See Also

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace