Skip to main content
All docs
V26.1
  • Bar

    ItemSetter Members

    Represents a setter that applies a property value.

    Constructors

    Name Description
    ItemSetter() Initializes a new instance of the ItemSetter class.

    Fields

    Name Description
    ValueProperty static Identifies the Value dependency property.

    Properties

    Name Description
    DependencyProperty Gets or sets the dependency property to which the Value will be applied.
    Property Gets or sets the property to which the Value will be applied.
    Value Gets or sets the value to apply to the property that is specified by this ItemSetter.
    See Also