Click or drag to resize

StyleBindings Attached Properties

The StyleBindings type exposes the following members.

Attached Properties
  NameDescription
Public attached propertyCode exampleBehaviors
This property is needed to set behaviors via a Style
Public attached propertyCode exampleColumnDefinitions
This property is needed to set column definitions via a Style or from a resource.
Public attached propertyCode exampleGroupDescriptions
This property is needed to set GroupDescriptions for an ItemsControl via a Style
Public attached propertyCode exampleGroupStyle
This property is needed to set a single GroupStyle via a Style. This a shortcut to GroupStyles to simplify usage when only one group style is needed.
Public attached propertyCode exampleGroupStyles
This property is needed to set GroupStyle via a Style
Public attached propertyCode exampleInputBindings
This property is needed to set InputBindings via a Style
Public attached propertyCode exampleRowDefinitions
This property is needed to set row definitions via a Style or from a resource.
Public attached propertyCode exampleTriggers
This property is needed to set triggers via a Style
Top
See Also