バージョン 24.2 (最新)

PivotDragSelectType 列挙体

XamPivotGrid で発生するドラッグ選択のタイプを説明します。
シンタックス
public enum PivotDragSelectType : System.Enum 
メンバ
メンバ解説
CellCell の DragSelection が発生します。
ColumnColumn の DragSelection が発生します。
NoneDragSelect 操作は発生しません。
RowRow の DragSelection が発生します。
参照