Back to Devexpress

Settings.ShowUserFriendlyNamesInUserDesigner Property

xtrareports-devexpress-dot-xtrareports-dot-configuration-dot-settings-42bfa25a.md

latest2.1 KB
Original Source

Settings.ShowUserFriendlyNamesInUserDesigner Property

OBSOLETE

Use the ShowUserFriendlyNames property instead.

Use the UserDesignerOptions.ShowUserFriendlyNames property instead.

Namespace : DevExpress.XtraReports.Configuration

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Obsolete("Use the UserDesignerOptions.ShowUserFriendlyNames property instead.")]
public bool ShowUserFriendlyNamesInUserDesigner { get; set; }
vb
<Obsolete("Use the UserDesignerOptions.ShowUserFriendlyNames property instead.")>
Public Property ShowUserFriendlyNamesInUserDesigner As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowUserFriendlyNamesInUserDesigner
Settings

.Default .ShowUserFriendlyNamesInUserDesigner

|

See Also

ShowUserFriendlyNames

Settings Class

Settings Members

DevExpress.XtraReports.Configuration Namespace