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

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.v18.2.Core.dll

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