Gets the value of the IsFillColumn attached property for a given DependencyObject.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool GetIsFillColumn(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetIsFillColumn ( _
	obj As DependencyObject _
) As Boolean

Parameters

obj
Type: System.Windows..::.DependencyObject
The element from which to read the property value.

Return Value

The value of the IsFillColumn attached property.

Remarks

If you set the IsFillColumn attached property on a GridViewColumn, this column will resize itself to use up all space not allocated to other columns.

See Also