Senin, 13 Juni 2011

Change Devexpress Gridcontrol Font Size

Some component devexpress properties are unable to change such as font type and size on GridControl, groupControl etc. So the only way to change it's properties is through the code. here's one line code





Public Sub New()
DevExpress.Utils.AppearanceObject.DefaultFont = New Font("Courier New", 10)
InitializeComponent()
End Sub

Tidak ada komentar:

Posting Komentar