Class SimpleCell
Inheritance
System.Object
SimpleCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class SimpleCell : Control, IAutomationPeer, IPeerConverter, ISimpleCell, IControl, IFrameworkElement, ITargetElement
Constructors
SimpleCell()
Declaration
public SimpleCell()
Properties
CellText
Declaration
public string CellText { get; }
Property Value
System.String
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|