Back to Devexpress

ThemeFluentProperties.ApplyToPageElements Property

blazor-devexpress-dot-blazor-dot-themefluentproperties-6a55ee8a.md

latest1.2 KB
Original Source

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.Resources.v25.2.dll

NuGet Package : DevExpress.Blazor.Resources

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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 additional information and an example.

See Also

ThemeFluentProperties Class

ThemeFluentProperties Members

DevExpress.Blazor Namespace