Skip to main content
A newer version of this page is available.
All docs
V20.2

DxPopup.HeaderCssClass Property

Specifies the CSS class for a pop-up window’s header.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string HeaderCssClass { get; set; }

Property Value

Type Description
String

A cascading style sheet class’s name.

Remarks

Assign a CSS class name to the HeaderCssClass property to define appearance for the pop-up windows’ header.

<DxPopup HeaderText="Header" HeaderCssClass="header-style">
      ...
</DxPopup>

Refer to CSS Classes for more information.

See Also