[]
Specifies the properties of a grid column.
public abstract class BaseColumn : INotifyPropertyChanged
Name | Description |
---|---|
BaseColumn() |
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. |
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. |
Name | Description |
---|---|
PropertyChanged | Occurs when the value of a property changes. |