Skip to main content
All docs
V26.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.v26.1.dll

    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