Skip to main content

ReportDesignerViewModel.CanEditBorderSides Property

Defines whether or not it is possible to modify individual border side properties for a control.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public bool CanEditBorderSides { get; }

#Property Value

Type Description
Boolean

true to enable individual border side editors in the Report Designer; otherwise false.

See Also