Indicates whether the Header property should be persisted.
[Visual Basic] Public Function ShouldPersistHeader() As Boolean [C#] public bool ShouldPersistHeader(); [C++] public: bool ShouldPersistHeader(); [JScript] public function ShouldPersistHeader() : Boolean;
true if the property value has been changed from its default; otherwise, false.
You typically use this method only if you are either creating a designer for the DataGrid, or creating your own control incorporating the DataGrid.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace