Skip to main content

FocusBehavior Properties

Allows you to set the focus to a UI control without utilizing code-behind.
Name Description
EventName Specifies the name of the event that triggers the associated command. This is a dependency property. Inherited from EventTriggerBase<T>.
FocusDelay Specifies the time delay before focusing the associated object. This is a dependency property.
FocusState Specifies the Control.FocusState property value to set for the associated object after focusing it. This is a dependency property.
PropertyName Specifies the name of the property whose changes should lead to focusing the associated object. This is a dependency property.
Source Gets the source object. Inherited from EventTriggerBase<T>.
SourceName Specifies the name of the source object whose event is handled. This is a dependency property. Inherited from EventTriggerBase<T>.
SourceObject Specifies the source object whose event is handled. This is a dependency property. Inherited from EventTriggerBase<T>.
See Also