Skip to main content
A newer version of this page is available. .

PivotGridAppearances.GetEmptyAppearanceDefaultInfo() Method

Gets the empty appearance settings used to paint the elements of a PivotGridControl.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public virtual AppearanceDefaultInfo[] GetEmptyAppearanceDefaultInfo()

Returns

Type Description
DevExpress.Utils.AppearanceDefaultInfo[]

An array of DevExpress.Utils.AppearanceDefaultInfo objects.

Remarks

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

See Also