Skip to main content

Bar.IsUseWholeRow Property

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

Namespace: DevExpress.Xpf.Bars

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

#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