Skip to main content

BaseGridColumnHeader.CanSyncWidth Property

Specifies whether the column header width should be adjusted to a parent visual element.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public bool CanSyncWidth { get; set; }

Property Value

Type Description
Boolean

true if the header width should be adjusted to a parent visual element; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also