Click or drag to resize

SortingDataColumnsModelSortingColumnsArePropertyColumns Property

Gets a value indicating whether the sorting columns are property columns (value == true) or data columns (value == false).

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

Property Value

Boolean
See Also