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

UserDesignerOptions.ShowUserFriendlyNames Property

Specifies whether to use camel case for spelling property names in the Property Grid of an End-User Report Designer.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool ShowUserFriendlyNames { get; set; }

Property Value

Type Description
Boolean

true, to spell property names using white spaces (e.g., “Printer Name”); false, to spell property names using camel case (e.g., “PrinterName”).

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowUserFriendlyNames
Settings
.UserDesignerOptions.ShowUserFriendlyNames
See Also