Skip to main content
All docs
V25.1
  • RoundedSkinPanel.LookAndFeel Property

    Gets look and feel settings.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [DXCategory("Appearance")]
    public virtual ContainerUserLookAndFeel LookAndFeel { get; }

    Property Value

    Type Description
    ContainerUserLookAndFeel

    Look and feel settings.

    Remarks

    See the following help topic for more information: How to: Customize Look And Feel of Specific Control(s).

    See Also