[]
        
(Showing Draft Content)

C1.GanttView.BaseColumn

BaseColumn Class

Specifies the properties of a grid column.

Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public abstract class BaseColumn : INotifyPropertyChanged

Constructors

Name Description
BaseColumn()

Properties

Name Description
AllowMerging

Specifies whether adjacent cells with similar contents will be merged.

Caption

Gets or sets the caption of the grid column.

Format

Gets or sets a string that specifies how to format the data on this column.

ID

Gets the column's autogenerated ID.

TextAlign

Gets or sets text alignment of the column data.

View

Gets the owner C1GanttView.

Visible

Gets or sets whether the grid column is visible.

Width

Gets or sets the width of the grid column.

Methods

Name Description
GetHashCode()

Returns the hash code for this column.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

ToString()

Returns a string that represents the grid column.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.