Skip to main content
Row

ArrowheadType Enum

Lists values that specify the type of a connector’s arrowhead.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ArrowheadType

Members

Name Description Example
None

A connector has no arrowhead at the specified end.

Triangle

A triangular arrowhead.

SpreadsheetControl_ArrowType_Triangle

Open

An open arrowhead.

SpreadsheetControl_ArrowType_Open

Stealth

A stealth-shaped arrowhead.

SpreadsheetControl_ArrowType_Stealth

Diamond

A diamond-shaped arrowhead.

SpreadsheetControl_ArrowType_Diamond

Oval

An oval-shaped arrowhead.

SpreadsheetControl_ArrowType_Oval

Related API Members

The following properties accept/return ArrowheadType values:

See Also