Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Font properties
posted

I want to know what are the properties of the font of the grid, like font family.

When I use,

Grid.DisplayLayout.Appearance.FontData.Name

I get Default.

How can I get these properies?

Parents
  • 3707
    posted

    I haven't had to use this property for anything, but below would be my guess.

    FontFamily grid_fontfamily = ultraGrid1.Font.FontFamily;

Reply Children
No Data