Back to Devexpress

CustomItemDashboardLayoutItem Class

dashboard-devexpress-dot-dashboardwpf-ff1f6b3d.md

latest2.3 KB
Original Source

CustomItemDashboardLayoutItem Class

Provides a template to display instead of unsupported custom items.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Xpf.Dashboard.v25.2.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public class CustomItemDashboardLayoutItem :
    DashboardLayoutItem
vb
Public Class CustomItemDashboardLayoutItem
    Inherits DashboardLayoutItem

Remarks

The template displayed in place of a custom dashboard item contains the following code:

xaml
<DataTemplate>
  <TextBlock Text="{dxdashi:DashboardLocalizationString MessageCustomItemIsNotSupported}"
                  TextWrapping="Wrap" TextTrimming="CharacterEllipsis" FontWeight="Bold" 
                  VerticalAlignment="Center" HorizontalAlignment="Center"/>
</DataTemplate>

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Docking.psvFrameworkElement BaseLayoutItem ContentItem LayoutControlItem DashboardLayoutItem CustomItemDashboardLayoutItem

See Also

CustomItemDashboardLayoutItem Members

DevExpress.DashboardWpf Namespace