Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool PropertyGridIsActive { get; set; }

Property Value

Type Description
Boolean

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

See Also