Property | Type | Description | |
---|---|---|---|
EnabledProperty | |||
GridViewColumnResizeBehaviorProperty | |||
ListViewResizeBehaviorProperty | |||
WidthProperty |
Method | Description | |
---|---|---|
GetEnabled ( |
||
GetWidth ( |
||
SetEnabled ( |
||
SetWidth ( |
Method | Description | |
---|---|---|
GetOrCreateBehavior ( System.Windows.Controls.GridViewColumn element ) : GridViewColumnResizeBehavior | ||
GetOrCreateBehavior ( System.Windows.Controls.ListView element ) : ListViewResizeBehavior | ||
OnSetEnabledCallback ( |
||
OnSetWidthCallback ( |
public static GetEnabled ( |
||
obj | ||
return | bool |
public static GetWidth ( |
||
obj | ||
return | string |
public static SetEnabled ( |
||
obj | ||
value | bool | |
return | void |
public static SetWidth ( |
||
obj | ||
value | string | |
return | void |
public static DependencyProperty,System.Windows EnabledProperty | ||
return |
public static DependencyProperty,System.Windows GridViewColumnResizeBehaviorProperty | ||
return |
public static DependencyProperty,System.Windows ListViewResizeBehaviorProperty | ||
return |