Skip to main content

XtraBaseArgs.LookAndFeel Property

Gets or sets the LookAndFeel object applied to the owner.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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