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

BandFactory.GetBandType(BandKind) Method

Indicates the report band type.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static Type GetBandType(
    BandKind bandKind
)

Parameters

Name Type Description
bandKind BandKind

A BandKind enumeration value.

Returns

Type Description
Type

A Type object.

See Also