Table of Contents

Enum SortAppendBehavior

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
public enum SortAppendBehavior

Fields

Always = 1

Always append when sorting

CtrlKey = 3

Append to sorting when holding Ctrl key

CtrlOrShiftKey = 4

Append to sorting when holding Ctrl or Shift key

None = 0

Never append when sorting => single column sorting

ShiftKey = 2

Append to sorting when holding Shift key