Skip to main content

ReportDesignerViewModel.ShowControlDesignBorders Property

Specifies whether or not to show the boundaries of report controls in a Report Designer.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public bool ShowControlDesignBorders { get; set; }

#Property Value

Type Description
Boolean

true to highlight the boundaries of report controls; otherwise false.

See Also