Change Devexpress Gridcontrol Font Size

Posted On // Leave a Comment
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

0 komentar: