Skip to main content
A newer version of this page is available. .

MetadataBuilder<T>.ToolBarLayout() Method

Initializes a toolbar layout builder instance.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public ToolBarLayoutBuilder<T> ToolBarLayout()

Returns

Type Description
DevExpress.Mvvm.DataAnnotations.ToolBarLayoutBuilder<T>

The toolbar layout builder instance.

See Also