[]
Defines style of cell of C1TreeNode.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class NodeCellStyle : INotifyPropertyChanged
| Name | Description |
|---|---|
| NodeCellStyle() | Initializes new instance of cell's style of C1TreeNode. |
| Name | Description |
|---|---|
| BBProvider | Gets or sets BackgroundBrushProvider used to paint element backgrounds. |
| BackColor | Gets or sets the background color. |
| ForeColor | Gets or sets the foreground color. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified NodeCellStyle is equal to the current NodeCellStyle. |
| GetHashCode() | Serves as a hash function for a particular type. |
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| Reset() | Resets this style to its default value. |
| ResetBackColor() | Resets the BackColor property to its default value. |
| ResetForeColor() | Resets the ForeColor property to its default value. |
| ShouldSerialize() | Returns true if this style has changed; otherwise, returns false. |
| ShouldSerializeBackColor() | Returns true if the BackColor has changed; otherwise, returns false. |
| ShouldSerializeForeColor() | Returns true if the ForeColor has changed; otherwise, returns false. |
| ToString() | Returns a string that represents the current NodeCellStyle. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |