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

XRDesignFieldList Class

The Field List panel within an End-User Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public class XRDesignFieldList :
    FieldListTreeView,
    IDesignControl,
    IToolTipControlClient

Remarks

To sort the Field List nodes, use the XRDesignFieldList.SortOrder and XRDesignFieldList.ShowComplexProperties properties.

The XRDesignFieldList control is not intended to be used separately, but as a part of the XRDesignDockManager component.

To learn more, see the following examples.

Implements

Show 39 items
DevExpress.XtraEditors.Container.IEditorContainer
DevExpress.XtraEditors.Drawing.IMouseWheelSupport
DevExpress.Utils.DirectXPaint.IDirectXClient
DevExpress.Utils.DirectXPaint.ISupportAsyncScrollAnimation
DevExpress.Utils.Drawing.Animation.ISupportXtraAnimation
DevExpress.Utils.Filtering.IFilteringUIClient
DevExpress.Utils.Filtering.IFilterCriteriaBindingAware
DevExpress.XtraPrinting.IPrintableEx
DevExpress.Utils.Serializing.IXtraSerializable
DevExpress.XtraEditors.INavigatableControl
DevExpress.Utils.IAppearanceOwner
DevExpress.LookAndFeel.ISupportLookAndFeel
DevExpress.Utils.Menu.IDXManagerPopupMenu
DevExpress.Accessibility.IAccessibleGrid
DevExpress.Data.Filtering.Helpers.IEvaluatorDataAccess
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
DevExpress.Utils.Serializing.ISupportXtraSerializer
DevExpress.Utils.Gesture.IGestureClient
DevExpress.Utils.Text.IStringImageProvider
DevExpress.XtraEditors.Filtering.IFilteredComponent
DevExpress.Data.Filtering.IFilteredComponentBase
DevExpress.Utils.ISearchControlColumnsClient
DevExpress.Utils.ISearchControlClient
DevExpress.Utils.Serializing.Helpers.IOptionsLayoutProvider
DevExpress.Utils.Serializing.IXtraSerializableLayout2
DevExpress.Utils.Serializing.IXtraSerializableLayout
DevExpress.Utils.IToolTipControlClient

Inheritance

Object
MarshalByRefObject
Component
Control
EditorContainer
TreeList
DevExpress.XtraTreeList.Native.XtraTreeView
DevExpress.XtraReports.Native.DataSourceNativeTreeList
DevExpress.XtraReports.Design.FieldListTreeView
XRDesignFieldList
See Also