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