Back to Devexpress

ItemSetter Properties

wpf-devexpress-dot-xpf-dot-bars-dot-itemsetter-dot-underscore-properties.md

latest2.6 KB
Original Source

ItemSetter Properties

Represents a setter that applies a property value.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DependencyPropertyGets or sets the dependency property to which the Value will be applied.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
PropertyGets or sets the property to which the Value will be applied.
ValueGets or sets the value to apply to the property that is specified by this ItemSetter.

See Also

ItemSetter Class

ItemSetter Members

DevExpress.Xpf.Bars Namespace