Skip to main content
All docs
V25.1
  • CustomPropertyChangedEventArgs.Owner Property

    Gets a level at which a custom property is recorded.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public ICustomPropertyProvider Owner { get; }

    Property Value

    Type Description
    ICustomPropertyProvider

    A provider for the CustomProperties instance.

    Remarks

    You can add a new property or update an existing property’s value in the dashboard definition. Custom properties are stored in the CustomProperties collection in a structured format. Each custom property in this collection contains the custom property’s unique name and value.

    The following table lists the levels and corresponding properties used to access the collection at this level:

    Level to apply Description Property Example
    Dashboard Stores custom data related to the dashboard. Dashboard.CustomProperties Dashboard description
    Dashboard item Stores custom data related to a particular dashboard item. DashboardItem.CustomProperties Chart Item - Scale Breaks
    Chart Item - Constant Line
    Data item container Stores custom data related to the Grid’s columns, the Chart’s series and other elements of a dashboard item. DataItemContainer.CustomProperties Grid Item - Fixed (Pinned) Columns
    See Also