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

StackPanel.GetViewInfo() Method

Retrieves the object that provides current StackPanel settings.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public StackPanelObjectInfoArgs GetViewInfo()

Returns

Type Description
DevExpress.Utils.Layout.StackPanelObjectInfoArgs

A StackPanelObjectInfoArgs object that provides current StackPanel settings.

See Also