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

FavoritePropertyExtension.SaveProperties(DescriptionSet) Method

Saves the specified favorite list to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public abstract void SaveProperties(
    DescriptionSet descriptions
)

Parameters

Name Type Description
descriptions DescriptionSet

An object that specifies the favorite list.

Remarks

By default, the End-User Report Designer’s favorite list includes element properties marked with the Favorite attribute. You can specify your own default set of favorite properties to display in the Properties panel using the SaveProperties method.

Create a DescriptionSet class instance and use its DescriptionSet.SetProperties method that accepts the report element name and an array of property names. Then, assign this instance to the storage extension class using the FavoritePropertyExtension.SaveProperties method.

See the following topics for more information:

See Also