Skip to main content

PivotGridAppearances.GetFlatAppearanceDefaultInfo() Method

Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Flat style.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public virtual AppearanceDefaultInfo[] GetFlatAppearanceDefaultInfo()

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