Class
ColumnSettings

This class represents the column setting of the GanttView.

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
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

ColumnSettings(ColumnDefinitionCollection)

Declaration

cs-api-definition
public ColumnSettings(ColumnDefinitionCollection columns)

Parameters

columns

ColumnDefinitionCollection

Properties

Columns

Declaration

cs-api-definition
public IEnumerable<ColumnDefinitionBase> Columns { get; }

Property Value

IEnumerable<ColumnDefinitionBase>