Class
DataGridRowsPresenterTranslator

Definition

Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DataGridRowsPresenterTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider

Inheritance: objectBaseInterfaceInterrogatorBaseLocatorXamlActionTranslatorBaseDataGridRowsPresenterTranslator

Implements: IActionProviderIActionTranslatorIControlLocatorIInterfaceInterrogator

Inherited Members XamlActionTranslatorBase.TranslateCommand(ITargetElement, CapturedCommand, out ActionDescriptor)XamlActionTranslatorBase.TranslateActionPoint(ActionPoint, Rectangle, Rectangle)XamlActionTranslatorBase.TechnologyTypeXamlActionTranslatorBase.AddedControlActionTypesXamlActionTranslatorBase.ControlActionTypesBaseLocator.ProvideCustomElementData(ITargetElement, ITargetElement)BaseLocator.OnBeforeContextMenuShow(ITargetElement, ITargetElement)BaseLocator.OnAfterContextMenuHide(ITargetElement, ITargetElement)BaseLocator.EnabledBaseLocator.UseDesktopActionsOnlyBaseLocator.TelerikComponentsVersionBaseLocator.ControlTypeBaseLocator.IdentifyColorBaseInterfaceInterrogator.MatchMaskBaseInterfaceInterrogator.ActionTranslatorBaseInterfaceInterrogator.UICueProviderBaseInterfaceInterrogator.VerificationProviderBaseInterfaceInterrogator.HasActionTranslatorBaseInterfaceInterrogator.HasUICueProviderBaseInterfaceInterrogator.HasVerificationProvider

Constructors

DataGridRowsPresenterTranslator()

Declaration

cs-api-definition
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

cs-api-definition
public override bool IdentifyAsContainer { get; }

Property Value

bool

Overrides BaseLocator.IdentifyAsContainer

IdentifyIcon

Identify Icon for this locator

Declaration

cs-api-definition
public override Image IdentifyIcon { get; }

Property Value

Image

Overrides BaseLocator.IdentifyIcon

IsVirtualizingPanel

Determine whether translator is related to IVirtualizingStackPanel

Declaration

cs-api-definition
public override bool IsVirtualizingPanel { get; }

Property Value

bool

Overrides XamlActionTranslatorBase.IsVirtualizingPanel

Locators

Get this control locator.

Declaration

cs-api-definition
public override IFindExpression[] Locators { get; }

Property Value

IFindExpression[]

Overrides BaseLocator.Locators

Name

The name of this translator.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides BaseLocator.Name

Methods

TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)

Declaration

cs-api-definition
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)

Parameters

translatorLocatorElement

FrameworkElement

command

XamlCapturedCommand

recordedDescriptor

ActionDescriptor

Returns

bool

Overrides XamlActionTranslatorBase.TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)