Back to Devexpress

PivotGridGroup.VisibleCount Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroup-6462175b.md

latest1.6 KB
Original Source

PivotGridGroup.VisibleCount Property

Gets the number of visible fields within the current group.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public int VisibleCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleCount As Integer

Property Value

TypeDescription
Int32

An integer which specifies the number of visible fields within the group.

|

Remarks

Fields which have nested fields within a group can be collapsed and thus the nested fields are hidden as a result. The VisibleCount property returns the number of visible fields - the number of fields which are not collapsed under other fields.

To get or set a field’s expansion status use the PivotGridField.ExpandedInFieldsGroup property.

See Also

ExpandedInFieldsGroup

PivotGridGroup Class

PivotGridGroup Members

DevExpress.Xpf.PivotGrid Namespace