Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Documentation/dictionary/datagrid.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,7 @@ Type: property
Associations: datagrid, datagrid general properties

Syntax: set the dgProp["edit mode action control"] of group "Data Grid" to
the long id of <control(glossary)>
the long id of <control>

Summary: Set the action control to display when the data grid is in edit mode.

Expand All @@ -2722,7 +2722,7 @@ Type: property
Associations: datagrid, datagrid general properties

Syntax: set the dgProp["edit mode action select control"] of group "Data Grid"
to the long id of <control(glossary)>
to the long id of <control>

Summary: Set the action select control to display when the data grid is in edit
mode.
Expand All @@ -2748,7 +2748,7 @@ Type: property
Associations: datagrid, datagrid general properties

Syntax: set the dgProp["edit mode reorder control"] of group "Data Grid" to
the long id of <control(glossary)>
the long id of <control>

Summary: Set the reorder control to display when the data grid is in edit mode.

Expand All @@ -2774,7 +2774,7 @@ Type: property
Associations: datagrid, datagrid general properties

Syntax: set the dgProp["left swipe control"] of group "Data Grid" to the long
id of <control(glossary)>
id of <control>

Summary: Set the control to display when a data grid row is dragged to the right.

Expand All @@ -2799,7 +2799,7 @@ Type: property
Associations: datagrid, datagrid general properties

Syntax: set the dgProp["right swipe control"] of group "Data Grid" to the long
id of <control(glossary)>
id of <control>

Summary: Set the control to display when a data grid row is dragged to the left.

Expand Down