Back to Devexpress

BrowsePathEdit.ShowIcon Property

wpf-devexpress-dot-xpf-dot-editors-dot-browsepathedit.md

latest1.3 KB
Original Source

BrowsePathEdit.ShowIcon Property

Gets or sets whether to display a path icon. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowIcon { get; set; }
vb
Public Property ShowIcon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display a path icon; otherwise, false.

|

Remarks

See Also

PathIcon

CustomPathIcon

PathIconSelector

BrowsePathEdit Class

BrowsePathEdit Members

DevExpress.Xpf.Editors Namespace