Skip to main content
A newer version of this page is available. .

Bar.IsUseWholeRow Property

Gets whether the bar is stretched to match the container’s width.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool IsUseWholeRow { get; }

Property Value

Type Description
Boolean

true if the bar is stretched to match the container’s width; otherwise, false.

Remarks

See Bar.UseWholeRow to learn more.

See Also