Skip to main content

CardLayoutTemplate.ResetSpecificSettingsToDefault() Method

Resets specific template settings to their default values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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