Skip to main content
All docs
V25.1
  • Bar

    ItemSetter.DependencyProperty Property

    Gets or sets the dependency property to which the Value will be applied.

    Namespace: DevExpress.Xpf.Bars

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DependencyProperty DependencyProperty { get; set; }

    Property Value

    Type Description
    DependencyProperty

    A DependencyProperty to which the Value will be applied. The default value is null.

    Remarks

    Properties which affect a control’s behavior are not supported.

    See Also