ClassGanttViewTextViewColumn
Represents a column shown in RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GanttViewTextViewColumn : INotifyPropertyChanged
Inheritance: objectGanttViewTextViewColumn
Implements:
Constructors
GanttViewTextViewColumn()
Initializes a new instance of the GanttViewTextViewColumn class.
Declaration
public GanttViewTextViewColumn()
GanttViewTextViewColumn(string)
Initializes a new instance of the GanttViewTextViewColumn class.
Declaration
public GanttViewTextViewColumn(string name)
Parameters
name
The name.
GanttViewTextViewColumn(string, string)
Initializes a new instance of the GanttViewTextViewColumn class.
GanttViewTextViewColumn(string, string, string)
Initializes a new instance of the GanttViewTextViewColumn class.
Properties
Current
Gets or sets a value indicating whether this GanttViewTextViewColumn is current.
Declaration
public virtual bool Current { get; set; }
Property Value
true if current; otherwise, false.
DataType
Gets or sets a value indicating the type of the data this column is displaying.
FieldName
Gets or sets the name of the field used to populate this column
Declaration
public string FieldName { get; set; }
Property Value
The name of the field.
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
The format string.
HeaderText
Gets or sets the header text of the column.
Declaration
public string HeaderText { get; set; }
Property Value
The header text.
IsDataBound
Gets a value indicating whether this instance is data bound.
Declaration
public bool IsDataBound { get; }
Property Value
true if this instance is data bound; otherwise, false.
Name
Gets or sets the name of the column.
Owner
Gets the RadGanttViewElement that is the owner of this column.
Declaration
public RadGanttViewElement Owner { get; }
Property Value
The owner.
Tag
Gets or sets the tag of the column.
Visible
Gets or sets a value indicating whether this GanttViewTextViewColumn is visible.
Declaration
public bool Visible { get; set; }
Property Value
true if visible; otherwise, false.
Methods
Initialize()
Declaration
protected virtual void Initialize()
OnNotifyPropertyChanged(string)
Fires the PropertyChanged event.
Declaration
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements