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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

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