Back to Devexpress

BreadcrumbControl.PathEditPopupMaxHeight Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-aba2e037.md

latest1.7 KB
Original Source

BreadcrumbControl.PathEditPopupMaxHeight Property

Gets or sets the path edit’s popup maximum 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 PathEditPopupMaxHeight { get; set; }
vb
Public Property PathEditPopupMaxHeight As Double

Property Value

TypeDescription
Double

A Double value that specifies the popup’s maximum 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