Back to Devexpress

TdxGridInitializeRowAutomationPropertiesEvent Type

vcl-cxgridtableview-48ab1809.md

latest2.0 KB
Original Source

TdxGridInitializeRowAutomationPropertiesEvent Type

The procedural type for UIA node property initialization events raised for a data row in a grid Table View.

Declaration

delphi
TdxGridInitializeRowAutomationPropertiesEvent = procedure(ARow: TcxGridDataRow; AProperties: TdxAutomationProperties) of object;

Parameters

NameTypeDescription
ARowTcxGridDataRow

Provides access to the grid data row that raised the UIA node property initialization event.

| | AProperties | TdxAutomationProperties |

Provides access to the list of initialized UIA node properties for the grid data row accessible through the ARow parameter.

For example, you can set the AProperties.FullDescription.Calculated property to False to disable description property calculation for the UIA tree node that corresponds to the grid data row accessible through the ARow parameter.

|

Remarks

A UIA node property initialization event occurs in response to the first UIA property value request for a data row in a grid Table View.

Direct TdxGridInitializeRowAutomationPropertiesEvent Type Reference

The TdxGridTableViewAutomationSettings.OnInitializeRowProperty event references the TdxGridInitializeRowAutomationPropertiesEvent procedural type.

See Also

TdxGridCalculationRowAutomationPropertyEvent Procedural Type

TdxInitializeAutomationPropertiesEvent Procedural Type

cxGridTableView Unit