New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

C#
public ColumnSettings(ColumnDefinitionCollection columns)
Parameters:columnsColumnDefinitionCollection

Properties

C#
public IEnumerable<ColumnDefinitionBase> Columns { get; }