 | GridHelpersSetColumnsProperties method |
Sets the new value of the ColumnsPropertiesProperty of a given Grid.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SetColumnsProperties(
DependencyObject obj,
string value
)
Public Shared Sub SetColumnsProperties (
obj As DependencyObject,
value As String
)
public:
static void SetColumnsProperties(
DependencyObject^ obj,
String^ value
)
static member SetColumnsProperties :
obj : DependencyObject *
value : string -> unit Parameters
- obj DependencyObject
- Grid as DependencyObject.
- value String
- A string representing the value of the ColumnsPropertiesProperty of a given grid.
See also