BreadCrumbEdit.Properties Property
Provides access to the main BreadCrumbEdit settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemBreadCrumbEdit Properties { get; }
Property Value
Type | Description |
---|---|
RepositoryItemBreadCrumbEdit | A RepositoryItemBreadCrumbEdit object that stores settings that specify the BreadCrumbEdit look and behavior. |
See Also