ItemSetter.DependencyProperty Property
Gets or sets the dependency property to which the Value will be applied.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
- BarItem.Category
- BarItem.Command
- BarItem.CommandParameter
- BarItem.CommandTarget
- BarItem.IsVisible
- BarItem.MergeType
- BarItem.MergeOrder
- BarLinkContainerItem.SubItemsGlyphSize
- BarLinkContainerItem.SubItemsCustomGlyphSize
- BarLinkContainerItem.ItemLinksSource
- BarLinkContainerItem.ItemLinksSourceElementGeneratesUniqueBarItem
- BarLinkContainerItem.ItemTemplate
- BarLinkContainerItem.ItemTemplateSelector
- BarLinkContainerItem.ItemStyle
- BarLinkContainerItem.ItemStyleSelector
- BarItemSelector.SelectedItem
- BarItemSelector.AllowEmptySelection
- BarItemSelector.ClearSelectionWhenItemsChanged
- BarCheckItem.AllowUncheckInGroup
- BarCheckItem.IsChecked
- BarCheckItem.IsThreeState
- BarEditItem.EditValue
- BarItemLinkMenuHeader.Content
- BarItemLinkMenuHeader.ContentTemplate
- BarSplitCheckItem.IsChecked
- BarSplitCheckItem.IsThreeState
- BarSubItem.ItemLinksSource
- BarSubItem.ItemLinksSourceElementGeneratesUniqueBarItem
- BarSubItem.ItemTemplate
- BarSubItem.ItemTemplateSelector
- BarSubItem.ItemStyle
- BarSubItem.ItemStyleSelector
- BarSubItem.SubItemsGlyphSize
- BarSubItem.SubItemsCustomGlyphSize
See Also