Skip to main content

PivotGridAppearances.GetAppearanceDefaultInfo(UserLookAndFeel) Method

Gets the array of default appearances used to paint the Pivot Grid Control’s elements.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public virtual AppearanceDefaultInfo[] GetAppearanceDefaultInfo(
    UserLookAndFeel lf
)

Parameters

Name Type Description
lf UserLookAndFeel

A UserLookAndFeel object which provides the look and feel settings for a PivotGridControl.

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