Back to Devexpress

PivotGridField.IsSortButtonVisible Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-7930e82c.md

latest1.3 KB
Original Source

PivotGridField.IsSortButtonVisible Property

Gets whether the sort glyph is displayed within the field’s header. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsSortButtonVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSortButtonVisible As Boolean

Property Value

TypeDescription
Boolean

true if the sort glyph is displayed within the field’s header; otherwise, false.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace