DataGridLength.IsSizeToHeader Property

Definition

Gets a value that indicates whether this instance automatically sizes elements based on the header.

public:
 property bool IsSizeToHeader { bool get(); };
public bool IsSizeToHeader { get; }
member this.IsSizeToHeader : bool
Public ReadOnly Property IsSizeToHeader As Boolean

Property Value

true if the UnitType property is set to SizeToHeader; otherwise, false.

Applies to