TabView.GetConstrainColumn(ColumnDefinition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the attached value indicating this column should be restricted for the TabViewItem headers.
public static bool GetConstrainColumn (Windows.UI.Xaml.Controls.ColumnDefinition obj);
static member GetConstrainColumn : Windows.UI.Xaml.Controls.ColumnDefinition -> bool
Public Shared Function GetConstrainColumn (obj As ColumnDefinition) As Boolean
Parameters
- obj
- Windows.UI.Xaml.Controls.ColumnDefinition
Grid Column.
Returns
True if this column should be constrained.