Skip to main content

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.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[XtraSerializableProperty]
public virtual string TypeName { get; set; }

Property Value

Type Description
String

A String value.

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 TypeName property is a utility member that is used for serialization.

See Also