IsNullOrEmptyStateTrigger Class

Definition

Enables a state if an Object is null or a String/IEnumerable is empty

public class IsNullOrEmptyStateTrigger : Windows.UI.Xaml.StateTriggerBase
type IsNullOrEmptyStateTrigger = class
    inherit StateTriggerBase
Public Class IsNullOrEmptyStateTrigger
Inherits StateTriggerBase
Inheritance
Windows.UI.Xaml.StateTriggerBase
IsNullOrEmptyStateTrigger

Constructors

IsNullOrEmptyStateTrigger()

Fields

ValueProperty

Identifies the Value DependencyProperty

Properties

Value

Gets or sets the value used to check for null or empty.

Applies to