CellElement Style Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a style for this cell. Cell style inherit from column style, which in turn inherits from grid style. Changing cell style does not automatically repaint the element

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Style Style { get; }

Property Value

Type: Style
See Also