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

    Gets or sets the style applied to the Data Inspector window. This is a dependency property.

    Namespace: DevExpress.DashboardWpf

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

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    public Style DataInspectorStyle { get; set; }

    Property Value

    Type Description
    Style

    A Style object that is the style applied to the Data Inspector window.

    See Also