TdxGridTableViewAutomationSettings Members
Stores UI Automation tree-related settings for a grid Table View.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| DescribedBy | Specifies an external source of the control/UI element description in the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| Description | Specifies the control/UI element description in the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| IsContentElement | Specifies if the control/UI element belongs to the content view of the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| IsControlElement | Specifies if the control/UI element belongs to the control view of the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| Name | Specifies the control/UI element name in the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| NamedBy | Specifies an external source of the control/UI element node name in the UI Automation tree. Inherited from TdxAutomationElementSettings. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnCalculateProperty | Allows you to modify individual UIA node properties depending on certain conditions. Inherited from TdxAutomationElementSettings. |
| OnCalculateRowProperty | Allows you to modify UIA node properties for individual grid Table View rows depending on certain conditions. |
| OnInitializeProperties | Allows you to initialize UIA node properties manually. Inherited from TdxAutomationElementSettings. |
| OnInitializeRowProperties | Allows you to initialize UIA node properties manually for individual grid Table View rows. |
See Also