Back to Devexpress

LayoutGroup.ViewInfo Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-b0a8d56b.md

latest1.3 KB
Original Source

LayoutGroup.ViewInfo Property

Gets the object which contains the information used to render the layout group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public LayoutGroupViewInfo ViewInfo { get; }
vb
<Browsable(False)>
Public ReadOnly Property ViewInfo As LayoutGroupViewInfo

Property Value

TypeDescription
DevExpress.XtraLayout.ViewInfo.LayoutGroupViewInfo

A DevExpress.XtraLayout.ViewInfo.LayoutGroupViewInfo object.

|

Remarks

The ViewInfo object contains the information needed to draw the layout group. For instance, it allows the coordinates of the group’s various regions to be retrieved.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace