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

DxPopup.FooterCssClass Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

A cascading style sheet class’s name.

Remarks

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

<DxPopup HeaderText="Header" FooterCssClass="footer-style">
      ...
</DxPopup>

Refer to CSS Classes for more information.

See Also