GridColumn.SerializationTypeName Property
Gets the string containing the column type name.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.None)]
public string SerializationTypeName { get; }
Property Value
Type | Description |
---|---|
String | A String value which contains the type name. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The SerializationTypeName property is intended for serialization purposes only. Normally, you don’t need to use it in your code.
See Also