Skip to main content
All docs
V25.1
  • DashboardControlBase.DataInspectorTemplate Property

    Allows you to specify a custom Data Inspector dialog template.

    Namespace: DevExpress.DashboardWpf

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

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    public DataTemplate DataInspectorTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    A DataTemplate object that specifies the data template used to render the Data Inspector dialog.

    See Also