Skip to main content

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

IBrickNode Interface

Provides information about a visual brick used to render a report control to construct a document in the Web Document Viewer.

#Declaration

TypeScript
export interface IBrickNode

#Remarks

See the ASPxClientWebDocumentViewer.PreviewClick event description for more information.

#Properties

#accessibleDescription Property

#Declaration

TypeScript
accessibleDescription: string

#Property Value

Type
string

#content Property

Specifies a brick’s content.

#Declaration

TypeScript
content: Array<DevExpress.Reporting.IKeyValuePair<any>>

#Property Value

Type Description
IKeyValuePair<any>[]

An array that stores content keys along with the corresponding contents.

#height Property

Specifies a brick’s height.

#Declaration

TypeScript
height: number

#Property Value

Type Description
number

The brick height.

#left Property

Specifies a brick’s left horizontal coordinate.

#Declaration

TypeScript
left: number

#Property Value

Type Description
number

The brick’s left horizontal coordinate.

#navigation Property

Specifies navigation settings of the current brick.

#Declaration

TypeScript

#Property Value

Type Description
IBrickNodeNavigation

The brick’s navigation settings.

#rtl Property

Specifies whetherthe right-to-left feature is enabled for a brick.

#Declaration

TypeScript
rtl: boolean

#Property Value

Type Description
boolean

true, if the right-to-left feature is enabled; otherwise, false.

#top Property

Specifies a brick’s top vertical coordinate.

#Declaration

TypeScript
top: number

#Property Value

Type Description
number

The brick’s top vertical coordinate.

#width Property

Specifies a brick’s width.

#Declaration

TypeScript
width: number

#Property Value

Type Description
number

The brick width.