Method | Description | |
---|---|---|
GroupDescriptor ( ) : System.ComponentModel |
Create an instance of this class.
|
|
GroupDescriptor ( string propertyPath ) : System.ComponentModel |
Create an instance of this class.
|
|
Initialize ( |
Called to initialize any parameters.
|
|
ToGroupDescription ( ) : System.ComponentModel.GroupDescription |
Return a PropertyGroupDescription from this instance.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
|
Method | Description | |
---|---|---|
PropertyPath_PropertyChanged ( object sender, |
public GroupDescriptor ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public GroupDescriptor ( string propertyPath ) : System.ComponentModel | ||
propertyPath | string | |
return | System.ComponentModel |
public Initialize ( |
||
elementContext | ||
culture | ||
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public ToGroupDescription ( ) : System.ComponentModel.GroupDescription | ||
return | System.ComponentModel.GroupDescription |