Skip to main content

ColumnInfo.TypeSpecifics Property

For internal use. Specifies the type of data column to draw an appropriate icon in the WPF Report Designer’s Field List.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v24.2.dll

Declaration

[DataMember]
public TypeSpecifics TypeSpecifics { get; set; }

Property Value

Type Description
DevExpress.Data.Browsing.Design.TypeSpecifics

A DevExpress.Data.Browsing.Design.TypeSpecifics enumeration value.

See Also