ASPxVerticalGridRenderBrickEventArgs.BrickStyle Property
Gets the appearance settings used to paint report bricks.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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