CustomProperties.Remove(String) Method
In This Article
Removes a custom property with the specified name from the collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The String that specifies the name of a custom property to remove from the collection. |
See Also