Back to Devexpress

DxExportSettings.BackgroundColor Property

blazor-devexpress-dot-blazor-dot-dxexportsettings-6ee30530.md

latest1.2 KB
Original Source

DxExportSettings.BackgroundColor Property

Specifies the background color in the exported file.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public string BackgroundColor { get; set; }

Property Value

TypeDescription
String

The background color in the exported file.

|

Remarks

The BackgroundColor property accepts the following formats:

  • Longhand and shorthand hexadecimal color values: #ffff00, #ff0.
  • RGB and RGBA color codes: rgb(255, 0, 0), rgba(0, 230, 0, 0.3).
  • HTML color name (case-insensitive): red, DarkGreen.

Refer to the DxExportSettings class description for additional information and an example.

See Also

DxExportSettings Class

DxExportSettings Members

DevExpress.Blazor Namespace