Object
DataGridStyle
![]() | A constructor that constructs a DataGridStyle object from a font name and font size. |
![]() | A constructor that constructs a DataGridStyle object from a font name, font size and text color. |
![]() | A constructor that constructs a DataGridStyle object from another DataGridStyle object, where the font name and font size is copied from the base style. |
![]() | |
![]() | To set or get the FontBold flag of a DataGridStyle, then use the FontBold property. |
![]() | To set or get the FontItalic flag of a DataGridStyle, then use the FontItalic property. |
![]() | To set or get the FontName of a DataGridStyle, then use the FontName property. |
![]() | To set or get the FontSize of a DataGridStyle, then use the FontSize property. |
![]() | To set or get the FontUnderline flag of a DataGridStyle, then use the FontUnderline property. |
![]() | |
![]() | Obtains the Inner Object for the DataGridStyle Object. |
![]() | To set or get the TextColor of a DataGridStyle, then use the TextColor property. |
![]() | Internally constructs a style as specified previously by setting the class properties. |