DashboardControlBase.DataInspectorTemplate Property
In This Article
Allows you to specify a custom Data Inspector dialog template.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.2.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public DataTemplate DataInspectorTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also