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

ReportDesigner.PropertyGridIsActive Property

Specifies whether the property grid in the ReportDesigner is active. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public bool PropertyGridIsActive { get; set; }

Property Value

Type Description
Boolean

true, if the property grid is active; otherwise, false.

See Also