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

    Gets or sets the LookAndFeel object applied to the owner.

    Namespace: DevExpress.XtraEditors

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