DataGridHeaderBorder.Orientation Property

Definition

Gets or sets whether the header renders in the vertical direction, as a column header, or horizontal direction, as a row header.

public:
 property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation

Property Value

One of the enumeration values that indicates which direction the header renders. The registered default is Vertical. For more information about what can influence the value, see DependencyProperty.

Applies to