CustomPropertyChangedEventArgs.Owner Property
In This Article
Gets a level at which a custom property is recorded.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ICustomPropertyProvider Owner { get; }
#Property Value
Type | Description |
---|---|
ICustom |
A provider for the Custom |
#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. |
Dashboard description |
Dashboard item | Stores custom data related to a particular dashboard item. | Dashboard |
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. | Data |
Grid Item - Fixed (Pinned) Columns |
See Also