Skip to main content
A newer version of this page is available.
All docs
V18.2

GridControl.LookAndFeel Property

Provides access to settings controlling the grid control’s look and feel.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the grid control’s look and feel.

Remarks

Settings provided by the LookAndFeel property enable you to specify how the grid control’s headers, scrollbars, borders, buttons and other visual elements are painted. Note that these settings are applied to all Views whose BaseView.PaintStyleName property value is ‘Default‘. If setting this property to any other value, the View overrides settings provided by the grid control’s LookAndFeel property.

Please refer to the Appearance and Conditional Formatting topic for details.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LookAndFeel property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also