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

ASPxVerticalGridRenderBrickEventArgs.BrickStyle Property

Gets the appearance settings used to paint report bricks.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public BrickStyle BrickStyle { get; }

Property Value

Type Description
BrickStyle

A BrickStyle object that contains style settings.

Remarks

Use the BrickStyle property to specify the appearance of report bricks. You can specify the foreground, background and border colors for bricks, the font, border side settings and text formatting information.

See Also