DataGridColumnStyle Constructor ()

 

In a derived class, initializes a new instance of the DataGridColumnStyle class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridColumnStyle()

When you create an instance of a DataGridColumnStyle, the following properties are initialized.

Property

Default value

Alignment

HorizontalAlignment.Left

DataGridTableStyle

null

FontHeight

-1

Invalidate

false

NullText

The string "(null)"

ReadOnly

false

.NET Framework
Available since 1.1
Return to top
Show: