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

GradientStopCollection.Item[Int32] Property

Provides access to a color stop point.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

GradientStop this[int index] { get; }

#Parameters

Name Type Description
index Int32

An integer that is the index of a point in a collection.

#Property Value

Type Description
GradientStop

A GradientStop object that is the color stop point.

See Also