Back to Devexpress

BreadcrumbControl.PopupMaxWidth Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-25a5eac5.md

latest2.0 KB
Original Source

BreadcrumbControl.PopupMaxWidth Property

Gets or sets the popup maximum width for each breadcrumb node. 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 PopupMaxWidth { get; set; }
vb
Public Property PopupMaxWidth As Double

Property Value

TypeDescription
Double

A popup width.

|

Remarks

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

PropertyDescription
PopupHeightGets or sets the popup height for each breadcrumb node.
PopupMaxHeightGets or sets the popup maximum height for each breadcrumb node.
PopupMinHeightGets or sets the popup minimum height for each breadcrumb node.
PopupWidthGets or sets the popup width for each breadcrumb node.
PopupMaxWidthGets or sets the popup maximum width for each breadcrumb node.
PopupMinWidthGets or sets the popup minimum width for each breadcrumb node.

See Also

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace