FitHeaderWidthChangedData Constructor CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the FitHeaderWidthChangedData struct.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public FitHeaderWidthChangedData(
	bool fitToHeaderWidth
)

Parameters

fitToHeaderWidth
Type: OnlineSystem Boolean
if set to true [fit to header width].
See Also