Class DataGridEditCellActionDescriptor
Inheritance
System.Object
DataGridEditCellActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DataGridEditCellActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
DataGridEditCellActionDescriptor(FrameworkElement, Int32, Int32, String, String)
Declaration
public DataGridEditCellActionDescriptor(FrameworkElement target, int row, int column, string typedText, string textContent)
Parameters
FrameworkElement
target
|
System.Int32
row
|
System.Int32
column
|
System.String
typedText
|
System.String
textContent
|
Properties
ColumnIndex
Declaration
[PrimaryProperty]
public int ColumnIndex { get; set; }
Property Value
System.Int32
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
RowIndex
Declaration
[PrimaryProperty]
public int RowIndex { get; set; }
Property Value
System.Int32
|
SimulateTyping
Declaration
[PrimaryProperty]
public bool SimulateTyping { get; set; }
Property Value
System.Boolean
|
TextContent
Declaration
public string TextContent { get; set; }
Property Value
System.String
|
TypedText
Declaration
[DataDriven]
public string TypedText { get; set; }
Property Value
System.String
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|