StackPanel.GetViewInfo() Method
Retrieves the object that provides current StackPanel settings.
Namespace: DevExpress.Utils.Layout
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public StackPanelObjectInfoArgs GetViewInfo()
Returns
Type | Description |
---|---|
DevExpress.Utils.Layout.StackPanelObjectInfoArgs | A StackPanelObjectInfoArgs object that provides current StackPanel settings. |
See Also