DataGridColumnHeader.ColumnHeaderDropSeparatorStyleKey Property

Definition

Gets the key that references the style for the drop location indicator during a header drag operation.

public:
 static property System::Windows::ComponentResourceKey ^ ColumnHeaderDropSeparatorStyleKey { System::Windows::ComponentResourceKey ^ get(); };
public static System.Windows.ComponentResourceKey ColumnHeaderDropSeparatorStyleKey { get; }
static member ColumnHeaderDropSeparatorStyleKey : System.Windows.ComponentResourceKey
Public Shared ReadOnly Property ColumnHeaderDropSeparatorStyleKey As ComponentResourceKey

Property Value

The style key for the drop location indicator.

Applies to

See also