Enum Direction
Defines the constants that specifies the direction of the splitter.
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| Down | Represents the direction as Down. |
| Left | Represents the direction as Left. |
| Right | Represents the direction as Right. |
| Up | Represents the direction as Up. |