GridColumnDefinition Constructor
Overload List
| Name | Description | |
|---|---|---|
|
|
GridColumnDefinition(String, String) |
Creates a column with just a header and a data-bound property name.
|
|
|
GridColumnDefinition(String, String, Int32) |
Creates a column with a fixed pixel width.
|
|
|
GridColumnDefinition(String, String, Boolean) |
Creates a column whose initial visibility is set explicitly. Useful when the column is
data-bound but should be rendered conditionally.
|
|
|
GridColumnDefinition()()()() |
Creates an empty column definition. The parameterless constructor exists so the type can
be declared inline in .ascx markup with attributes set afterwards.
|

