[]
        
(Showing Draft Content)

C1.Win.TreeView.NodeCellStyle

NodeCellStyle Class

Defines style of cell of C1TreeNode.

Inheritance
NodeCellStyle
Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class NodeCellStyle : INotifyPropertyChanged

Constructors

Name Description
NodeCellStyle()

Initializes new instance of cell's style of C1TreeNode.

Properties

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.

Methods

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.

Events

Name Description
PropertyChanged

Occurs when a property value changes.