Skip to main content

ResourceTreeControl.ShowBorder Property

Gets or sets whether to show the ResourceTreeControl border. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool ShowBorder { get; set; }

Property Value

Type Description
Boolean

true, to show the border; otherwise, false.

See Also