Back to Devexpress

DataAreaElementData.MinIndex Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-ab44190e.md

latest1.1 KB
Original Source

DataAreaElementData.MinIndex Property

Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public abstract int MinIndex { get; }
vb
Public MustOverride ReadOnly Property MinIndex As Integer

Property Value

TypeDescription
Int32

The minimum row or column index.

|

See Also

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace