Back to Devexpress

ManageRelationsContext.LookAndFeel Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-sql-dot-managerelationscontext.md

latest1.3 KB
Original Source

ManageRelationsContext.LookAndFeel Property

Specifies the look and feel settings for the Master-Detail Relations Editor.

Namespace : DevExpress.DataAccess.UI.Sql

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public UserLookAndFeel LookAndFeel { get; set; }
vb
Public Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object, specifying the look and feel settings for editors.

|

See Also

ManageRelationsContext Class

ManageRelationsContext Members

DevExpress.DataAccess.UI.Sql Namespace