Skip to main content
A newer version of this page is available. .

CardLayoutTemplate.ResetSpecificSettingsToDefault() Method

Resets specific template settings to their default values.

Namespace: DevExpress.DashboardCommon

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

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