This action is equivalent to setting the BarManager.CreateStandardLayout property to true. See this link to learn more.
The following code shows how to use a CreateStandardLayoutAction object:
XAML |
<!--Create four bar containers-->
<dxb:CreateStandardLayoutAction/>
<!--Create a bar and dock it to the bottom bar container-->
<dxb:Bar x:Name="barStatusBar">
<dxb:Bar.DockInfo>
<dxb:BarDockInfo ContainerType="Bottom"/>
</dxb:Bar.DockInfo>
</dxb:Bar>
|
See Bar Actions to learn more.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
DXFrameworkContentElement
BarManagerControllerActionBase
CreateStandardLayoutAction