A newer version of this page is available.
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; }
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel
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.
Implements
DevExpress.LookAndFeel.ISupportLookAndFeel.LookAndFeel
See Also
Feedback