LayoutGroup.BackgroundImage Property
Gets the layout group’s background image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
BackgroundImage | A BackgroundImage object that is a background image. |
Remarks
Use the BackgroundImage property to access the settings of an image that should be displayed as the background of an individual layout group.
See Also