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

LayoutViewField.TypeName Property

Gets the name of the current object’s type.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue("")]
[Browsable(false)]
public override string TypeName { get; }

Property Value

Type Default Description
String String.Empty

The “LayoutViewField” string.

See Also