ListBox.SelectionModeProperty Property

Definition

Identifies the SelectionMode dependency property.

public:
 static property DependencyProperty ^ SelectionModeProperty { DependencyProperty ^ get(); };
static DependencyProperty SelectionModeProperty();
public static DependencyProperty SelectionModeProperty { get; }
var dependencyProperty = ListBox.selectionModeProperty;
Public Shared ReadOnly Property SelectionModeProperty As DependencyProperty

Property Value

The identifier for the SelectionMode dependency property.

Applies to