Back to Devexpress

BreadcrumbControl.PathEditPopupMinHeight Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-90446d00.md

latest1.7 KB
Original Source

BreadcrumbControl.PathEditPopupMinHeight Property

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

Property Value

TypeDescription
Double

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