Skip to main content

ReportDesignerViewModel.IsFieldListVisible Property

Specifies whether or not the Field List panel is visible.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public bool IsFieldListVisible { get; set; }

#Property Value

Type Description
Boolean

true if the Field List is visible; otherwise false.

See Also