Back to Devexpress

BreadcrumbControl.PathEditPopupHeight Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-6efec290.md

latest1.7 KB
Original Source

BreadcrumbControl.PathEditPopupHeight Property

Gets or sets the path edit’s popup height. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public double PathEditPopupHeight { get; set; }
vb
Public Property PathEditPopupHeight As Double

Property Value

TypeDescription
Double

A Double value that specifies the popups’ height.

|

Remarks

Use the following properties to specify the breadcrumb path editor’s popup dimensions:

PropertyDescription
PathEditPopupHeightGets or sets the popup height for each breadcrumb node.
PathEditPopupMaxHeightGets or sets the popup maximum height for each breadcrumb node.
PathEditPopupMinHeightGets or sets the popup minimum height for each breadcrumb node.

See Also

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace