DevExpress Tutorial Fluent Design Form FoxLearn
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=tBJ6PqUAvQM
Create Fluent Design Form in DevExpress Control using C# Windows Forms Application, Entity Framework, Northwind database. • Website: https://foxlearn.com • The FluentDesignForm is a Windows 10-inspired form that features: • An embedded Hamburger Menu (AccordionControl) • Adaptive Layout mode for the Hamburger Menu • Acrylic Material effect (a partially transparent texture) • Reveal Highlight visual effect • A Fluent Design Form creates three controls when it is added to a project using the Template Gallery and Convert to Fluent Design Form commands: • AccordionControl with the HamburgerMenu view type enabled - Allows you to implement a menu (a navigation control) with custom commands arranged in a simple or hierarchical list. • HamburgerMenu is one of two view types the AccordionControl provides (the AccordionControl.ViewType property is set to HamburgerMenu). • This view type features: the Hamburger button (expands/collapses the menu), three display modes (Inline, Overlay and Minimal). The Fluent Design Form automatically switches between these modes when you resize the form. See the Adaptive Layout section below. • FluentDesignFormControl - The form's header, which displays the form's caption and allows you to show custom commands (bar item links) on its surface. • FluentDesignFormContainer - Add custom controls to this container to display them in the form's client region.
#############################