DataGridView.DefaultSize Property

Definition

Gets the default initial size of the control.

protected:
 virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size

Property Value

A Size representing the initial size of the control, which is 240 pixels wide by 150 pixels high.

Applies to