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

    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

    [DefaultValue(true)]
    public bool ApplyToPageElements { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to apply theme-specific styles to DevExpress components and non-DevExpress (page) elements;
    false to apply styles to DevExpress components only.

    Remarks

    Refer to the ThemeFluentProperties class description for more information and an example.

    See Also