Back to Devexpress

Bar.IsUseWholeRow Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-c41c0b30.md

latest1.1 KB
Original Source

Bar.IsUseWholeRow Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsUseWholeRow { get; }
vb
Public ReadOnly Property IsUseWholeRow As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

See Bar.UseWholeRow to learn more.

See Also

UseWholeRow

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace