Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConfigureCrossTabPage Class

#Declaration

TypeScript
export class ConfigureCrossTabPage extends WizardPageBase

#Inheritance

WizardPageBase<TState, TResult>
ConfigureCrossTabPage

#constructor(stateName, itemInfo, title, localizationId)

Initializes a new instance of the ConfigureCrossTabPage class with specified settings.

#Declaration

TypeScript
constructor(
    stateName: string,
    itemInfo: DevExpress.Analytics.Utils.ISerializationInfo,
    title: string,
    localizationId: string
)

#Parameters

Name Type
stateName string
itemInfo ISerializationInfo
title string
localizationId string

#Properties

#changeAlways Property

#Declaration

TypeScript
changeAlways: boolean

#Property Value

Type
boolean

#fieldInfos Property

#Declaration

TypeScript
fieldInfos: ko.ObservableArray<DevExpress.Reporting.Designer.Internal.FieldInfo>

#Property Value

Type
ObservableArray<FieldInfo>

#isDroppable Property

#Declaration

TypeScript
isDroppable: ko.Computed<boolean>

#Property Value

Type
Computed<boolean>

#itemInfo Property

#Declaration

TypeScript
itemInfo: DevExpress.Analytics.Utils.ISerializationInfo

#Property Value

Type
ISerializationInfo

#stateName Property

#Declaration

TypeScript
stateName: string

#Property Value

Type
string

#underCursor Property

#Declaration

TypeScript
underCursor: ko.Observable<DevExpress.Analytics.Internal.IHoverInfo> | ko.Computed<DevExpress.Analytics.Internal.IHoverInfo>

#Property Value

Type
Observable<IHoverInfo>
Computed<IHoverInfo>

#Methods

#addInfo Method

#Declaration

TypeScript
addInfo(
    fieldName?: string
): void

#Parameters

Name Type
fieldName string

#canFinish Method

#Declaration

TypeScript
canFinish(): boolean

#Returns

Type
boolean

#initialize(state) Method

#Declaration

TypeScript
initialize(
    state: DevExpress.Reporting.Designer.Wizard.IReportWizardState,
    stateChanged?: boolean
): JQuery.Promise<any, any, any>

#Parameters

Name Type
state IReportWizardState
stateChanged boolean

#Returns

Type
Promise<any,any,any>

#setFieldDefaultValue(defaultVal, fieldInfo) Method

#Declaration

TypeScript
setFieldDefaultValue(
    defaultVal: any,
    fieldInfo: DevExpress.Reporting.Designer.Internal.FieldInfo
): void

#Parameters

Name Type
defaultVal any
fieldInfo FieldInfo