Skip to main content
A newer version of this page is available. .

XtraBaseArgs.LookAndFeel Property

Gets or sets the LookAndFeel object applied to the owner.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public UserLookAndFeel LookAndFeel { get; set; }

Property Value

Type Description
UserLookAndFeel

The LookAndFeel object applied to the owner.

See Also