Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CS/TreeViewCustomFilter/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@using Microsoft.AspNetCore.Components.Web
@namespace TreeViewCustomFilter.Pages
@using DevExpress.Blazor
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

<!DOCTYPE html>
Expand All @@ -8,7 +9,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="~/" />
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel="stylesheet" />
@foreach (var file in Themes.Fluent.GetFilePaths()) {
<link href="@file" rel="stylesheet" />
}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">

<link href="~/css/site.css" rel="stylesheet" />
<link href="TreeViewCustomFilter.styles.css" rel="stylesheet" />
Expand Down
4 changes: 2 additions & 2 deletions CS/TreeViewCustomFilter/TreeViewCustomFilter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<Folder Include="wwwroot\images\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Blazor" Version="24.2.1-alpha-24207" />
<PackageReference Include="DevExpress.Blazor" Version="25.1.*-*" />
</ItemGroup>
</Project>
</Project>
Binary file modified CS/TreeViewCustomFilter/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.