Back to Devexpress

DxThemeFluent.ApplyToPageElements Property

blazor-devexpress-dot-blazor-dot-dxthemefluent-ac10abf4.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Blazor.Resources

Declaration

csharp
[JsonInclude]
public bool ApplyToPageElements { get; }

Property Value

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

See Also

DxThemeFluent Class

DxThemeFluent Members

DevExpress.Blazor Namespace