Skip to main content
All docs
V25.1
  • DxThemeFluent.ApplyToPageElements Property

    Returns a Boolean value that specifies whether a theme includes styles for non-DevExpress elements (hyperlinks, inputs, headings, browser scroll bars, etc.).

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool ApplyToPageElements { get; }

    Property Value

    Type Description
    Boolean

    true if the theme includes styles for DevExpress components and non-DevExpress (page) elements;
    false if the theme includes styles for DevExpress components only.

    Remarks

    Refer the DxThemeFluent class description for more information and an example.

    See Also