Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ArrowheadType Enum

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.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