Skip to main content
A newer version of this page is available. .

CustomItemDashboardLayoutItem Class

Provides a template to display instead of unsupported custom items.

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public class CustomItemDashboardLayoutItem :
    DashboardLayoutItem

Remarks

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

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

Inheritance

See Also