Skip to main content

CardLayoutTemplate.ResetSpecificSettingsToDefault() Method

Resets specific template settings to their default values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public void ResetSpecificSettingsToDefault()

Remarks

Note that the ResetSpecificSettingsToDefault method affects settings for specific CardLayoutTemplate descendants. Currently, this method resets only the CardLayoutTemplate.MaxWidth property.

See Also