IFlowSourceDataGridOptions
Represents options for a data grid source in a flow, including document and control information and change tracking.
Properties
Name | Description |
---|---|
DocumentObjectKey | Specifies the unique key of the document object associated with the data grid source. |
GeneralIsChanged | Indicates whether the general properties of the data grid source have been modified. |
ControlName | Specifies the name of the control associated with the data grid source. |
IsChanged | Indicates whether the data grid source properties have been modified programmatically. |
DocumentObjectName | Specifies the name of the document object associated with the data grid source. |
ControlId | Specifies the identifier of the control associated with the data grid source. |