Click or drag to resize

SortingDataColumnsModelMoveOnlyDataColumnsThatMatchPropertyColumnGroup Property

This property is only relevant if SortingColumnsArePropertyColumns is true. If the value is true, only data columns that match the property column group will be moved. If the value is false, all data columns will be moved.

Namespace: Altaxo.Gui.Data.Sorting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool MoveOnlyDataColumnsThatMatchPropertyColumnGroup { get; set; }

Property Value

Boolean
See Also