Skip to main content
All docs
V26.1
  • TablePanel.GetViewInfo() Method

    Retrieves the object that provides current TablePanel settings.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    public TablePanelObjectInfoArgs GetViewInfo()

    Returns

    Type Description
    DevExpress.Utils.Layout.TablePanelObjectInfoArgs

    A TablePanelObjectInfoArgs object that provides current TablePanel settings.

    See Also