Back to Devexpress

NavigationFrame.LookAndFeel Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-deaea8c4.md

latest1.6 KB
Original Source

NavigationFrame.LookAndFeel Property

Provides access to look and feel properties for this NavigationFrame.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object that stores look and feel properties for this NavigationFrame.

|

Remarks

Properties, stored within the LookAndFeel section, allow you to set the individual style and theme applied to this NavigationFrame.

See Also

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace