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

VGridControlBase.LookAndFeel Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

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

Remarks

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

See Also