Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridControl.LookAndFeel Property

Provides access to the settings that control the Pivot Grid Control’s look and feel.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the Pivot Grid Control’s look and feel.

Remarks

The settings provided by the LookAndFeel property enable you to specify how the field headers, scrollbars, borders, buttons and other visual elements are painted. For more information on look and feel technology, see the Look and Feel topic.

See Also