Class
CellContainer.CellProxy

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class CellContainer.CellProxy : EventProxy

Inheritance: objectEventProxyCellContainer.CellProxy

Inherited Members EventProxy.TitlePropertyEventProxy.StartPropertyEventProxy.EndPropertyEventProxy.ProgressPropertyEventProxy.OriginalEventPropertyEventProxy.SetDataItem(object)EventProxy.TitleEventProxy.StartEventProxy.EndEventProxy.ProgressEventProxy.OriginalEventEventProxy.DataItem

Constructors

CellProxy()

Declaration

cs-api-definition
public CellProxy()

Fields

CellInfoProperty

Declaration

cs-api-definition
public static readonly DependencyProperty CellInfoProperty

Field Value

DependencyProperty

FormattedValueProperty

Declaration

cs-api-definition
public static readonly DependencyProperty FormattedValueProperty

Field Value

DependencyProperty

Properties

CellInfo

Declaration

cs-api-definition
public CellInfo CellInfo { get; set; }

Property Value

CellInfo

FormattedValue

Declaration

cs-api-definition
public string FormattedValue { get; set; }

Property Value

string

Methods

SetDataItem(CellInfo)

Declaration

cs-api-definition
public void SetDataItem(CellInfo info)

Parameters

info

CellInfo

UpdateProperties()

Declaration

cs-api-definition
protected override void UpdateProperties()

Overrides EventProxy.UpdateProperties()