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

PropertyDescriptionControl.LookAndFeel Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

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

Remarks

The settings provided by the LookAndFeel property enable you to specify how the control’s inner elements are painted. For more information on the look and feel technology, see Look And Feel and Skinning.

See Also