ClassDataGridRowsPresenterTranslator
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class DataGridRowsPresenterTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Inheritance: objectBaseInterfaceInterrogatorBaseLocatorXamlActionTranslatorBaseDataGridRowsPresenterTranslator
Implements:
Inherited Members
Constructors
DataGridRowsPresenterTranslator()
Declaration
public DataGridRowsPresenterTranslator()
Properties
IdentifyAsContainer
True/False whether to match this control for any of its children. If set to false, only exact matches to FindParam returned by Locators will be passed into this translator
Declaration
public override bool IdentifyAsContainer { get; }
Property Value
Overrides
IdentifyIcon
Identify Icon for this locator
Declaration
public override Image IdentifyIcon { get; }
Property Value
Overrides
IsVirtualizingPanel
Determine whether translator is related to IVirtualizingStackPanel
Declaration
public override bool IsVirtualizingPanel { get; }
Property Value
Overrides
Locators
Get this control locator.
Declaration
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
Overrides
Methods
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
translatorLocatorElement
command
recordedDescriptor
Returns
Overrides