Skip to main content

ReportDesignerViewModel.CanEditBorderProperties Property

Defines whether or not it is possible to modify a control's border settings.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public bool CanEditBorderProperties { get; }

#Property Value

Type Description
Boolean

true to enable border-related options in the Report Designer; otherwise false.

See Also