Skip to main content
All docs
V26.1
  • FieldListOptions Members

    Provides access to the Field List‘s options.

    Constructors

    Name Description
    FieldListOptions() Initializes a new instance of the FieldListOptions class with the default settings.

    Fields

    Name Description
    ShowComplexPropertiesProperty static Identifies the FieldListOptions.ShowComplexProperties dependency property.
    SortOrderProperty static Identifies the FieldListOptions.SortOrder dependency property.
    VisibilityProperty static Identifies the DockPanelOptionsBase.Visibility dependency property. Inherited from DockPanelOptionsBase.

    Properties

    Name Description
    ShowComplexProperties Specifies the order to show complex properties in the Field List.
    SortOrder Specifies the order to show properties in the Field List.
    Visibility Specifies the dock panel’s visibility state. Inherited from DockPanelOptionsBase.
    See Also