Skip to main content

ReportParametersPanelEditorCaptionSettings.Assign(PropertiesBase) Method

Assigns the specified appearance settings to the value editor captions of report parameter editors.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override void Assign(
    PropertiesBase source
)

Parameters

Name Type Description
source PropertiesBase

A PropertiesBase descendant.

See Also