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

Definition

Constructors

C#
public CellProxy()

Fields

CellInfoProperty

DependencyProperty

C#
public static readonly DependencyProperty CellInfoProperty

FormattedValueProperty

DependencyProperty

C#
public static readonly DependencyProperty FormattedValueProperty

Properties

C#
public CellInfo CellInfo { get; set; }
C#
public string FormattedValue { get; set; }

Methods

C#
public void SetDataItem(CellInfo info)
Parameters:infoCellInfo
C#
protected override void UpdateProperties()

Overrides: EventProxy.UpdateProperties()