DefaultColWidth property
int
get
DefaultColWidth
Implementation
int
get DefaultColWidth => _defaultColWidth;
set
DefaultColWidth
(int Value)
Implementation
set DefaultColWidth(int Value)
{
if(_colWidths.Allocated())
_colWidths.Update(0, 0);
_defaultColWidth = Value;
ColWidthsChanged();
InvalidateGrid();
}