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

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.v18.2.dll

Declaration

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

Property Value

Type Description
TypeSpecifics

A TypeSpecifics enumeration value.

Available values:

Show 27 items
Name Description
None

No column type.

List

The list column type.

ListSource

The source list column type.

ListOfParameters

The parameter list column type.

Default

The default column type.

String

The string column type.

Integer

The integer number column type.

Float

The floating point number column type.

Date

The date-time column type.

Bool

The Boolean column type.

Guid

The GUID column type.

Array

The array column type.

Enum
CalcDefault

The default calculated field column type.

CalcString

The string calculated field column type.

CalcInteger

The integer number calculated field column type.

CalcFloat

The floating point number calculated field column type.

CalcDate

The date-time calculated field column type.

CalcBool

The Boolean calculated field column type.

CalcGuid

The GUID calculated field column type.

SumDefault

For internal use.

SumString

For internal use.

SumInteger

For internal use.

SumFloat

For internal use.

SumDate

For internal use.

SumBool

For internal use.

SumGuid

For internal use.

See Also