Skip to main content
All docs
V18.2

ASPxClientReportDesigner.AddToPropertyGrid(String, ASPxDesignerElementSerializationInfo) Method

Adds a custom property to the Properties Panel.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void AddToPropertyGrid(
    string groupName,
    ASPxDesignerElementSerializationInfo property
)

Parameters

Name Type Description
groupName String

A string that specifies the name of group to which a property should be added.

property ASPxDesignerElementSerializationInfo

An object that provides information required to serialize a property.

Remarks

For an example of adding a custom property to the Properties Panel, see Register a Custom Control in the Report Designer Toolbox.

See Also