ColumnSettings
Class
This class represents the column setting of the GanttView.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class ColumnSettings : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseColumnSettings
Implements:
Inherited Members
Constructors
C#
public ColumnSettings(ColumnDefinitionCollection columns)
Properties
C#
public IEnumerable<ColumnDefinitionBase> Columns { get; }