Click or drag to resize

StyleBindings Class

Extensions to support style binding of some read only collection properties.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfStyleBindings

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class StyleBindings

The StyleBindings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBehaviors
Gets the behaviors attached via the Behaviors attached property.
Public methodStatic memberGetColumnDefinitions
Gets the column definitions attached via the ColumnDefinitions attached property.
Public methodStatic memberGetGroupDescriptions
Gets the group descriptions attached via the GroupDescriptions attached property.
Public methodStatic memberGetGroupStyle
Gets the group style attached via the GroupStyle attached property.
Public methodStatic memberGetGroupStyles
Gets the group styles attached via the GroupStyles attached property.
Public methodStatic memberGetInputBindings
Gets the inputBindings attached via the InputBindings attached property.
Public methodStatic memberGetRowDefinitions
Gets the row definitions attached via the RowDefinitions attached property.
Public methodStatic memberGetTriggers
Gets the triggers attached via the Triggers attached property.
Public methodStatic memberSetBehaviors
Sets the behaviors attached via the Behaviors attached property.
Public methodStatic memberSetColumnDefinitions
Sets the columnDefinitions attached via the ColumnDefinitions attached property.
Public methodStatic memberSetGroupDescriptions
Sets the group descriptions attached via the GroupDescriptions attached property.
Public methodStatic memberSetGroupStyle
Sets the group style attached via the GroupStyle attached property.
Public methodStatic memberSetGroupStyles
Sets the group style attached via the GroupStyles attached property.
Public methodStatic memberSetInputBindings
Sets the inputBindings attached via the InputBindings attached property.
Public methodStatic memberSetRowDefinitions
Sets the row definitions attached via the RowDefinitions attached property.
Public methodStatic memberSetTriggers
Sets the triggers attached via the Triggers attached property.
Top
Fields
  NameDescription
Public fieldStatic memberBehaviorsProperty
Identifies the Behaviors attached property.
Public fieldStatic memberColumnDefinitionsProperty
Identifies the ColumnDefinitions attached property.
Public fieldStatic memberGroupDescriptionsProperty
Identifies the GroupDescriptions attached property.
Public fieldStatic memberGroupStyleProperty
Identifies the GroupStyle attached property.
Public fieldStatic memberGroupStylesProperty
Identifies the GroupStyles attached property.
Public fieldStatic memberInputBindingsProperty
Identifies the InputBindings attached property.
Public fieldStatic memberRowDefinitionsProperty
Identifies the RowDefinitions attached property.
Public fieldStatic memberTriggersProperty
Identifies the Triggers attached property.
Top
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