TcxCustomDataController.MultiSelectionSyncGroupWithChildren Method
In This Article
Indicates if group rows synchronize their selected state with child rows.
#Declaration
Delphi
function MultiSelectionSyncGroupWithChildren: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the dcoMultiSelectionSyncGroupWithChildren flag is set in the Options property value and the MultiSelect property is set to True.
See Also