LayoutViewField.TypeName Property
In This Article
Gets the name of the current object’s type.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public override string TypeName { get; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The “Layout |
See Also