[]
        
(Showing Draft Content)

C1.Win.GanttView.FieldStyle

FieldStyle Class

Specifies the style settings for the specific field of task on grid view.

Inheritance
FieldStyle
Namespace: C1.Win.GanttView
Assembly: C1.Win.GanttView.8.dll
Syntax
[TypeConverter(typeof(FieldStyleConverter))]
public class FieldStyle : INotifyPropertyChanged, IDisposable, ICloneable

Constructors

Name Description
FieldStyle()

Initializes a new instance of FieldStyle class.

FieldStyle(StyleField, string)

Initialize a new instance of FieldStyle class with given StyleField and custom field name.

Properties

Name Description
BackColor

Gets or sets the color used to paint the field cell background.

Field

Gets the SortField that is applied this style.

FieldName

Gets the name of field that is applied this style.

Font

Gets or sets the font used to paint text in the field cell.

ForeColor

Gets or sets the color of the text in field cell.

Methods

Name Description
Clone()

Creates a new FieldStyle that is a copy of the current instance.

Dispose()

Release the unmanaged resources.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.