CxFmsNodeChooserCtrl Properties
The CxFmsNodeChooserCtrl object contains the following properties.
General Properties
| Property | SubType | Read Only | Description |
|---|---|---|---|
|
Boolean |
No |
Returns/sets whether or not the user can select multiple Nodes Possible values for this property are as follows.
Default value is 1 - Yes. |
|
|
Integer |
No |
Returns/sets the appearance of the object boundary Possible values for this property are as follows.
Default value is 0 - Flat. |
|
|
Integer |
No |
Returns/sets the border style Possible values for this property are as follows.
Default value is 0 - None. |
|
|
String |
No |
Returns/sets the text that accompanies the action button at the bottom of the FMS Node Chooser The button’s function can be configured by implementing the Updated event. Allowable characters (maximum of 20) are A-Z, a-z, 0-9, . (period), #, $, &, (, ), +, -, \, /, :, <, >, =, @, [, ], ^, {, }, _ (underscore), !, ~ (tilde). Spaces are acceptable, when they are not leading or trailing. Default value is Set as Session Node. |
|
|
String |
No |
Returns/sets the XML specifying the custom FMS commands configured for the control Another way to configure this property is to use the control’s property page. |
|
|
String |
No |
Returns/sets the filter to be used when retrieving Nodes Wildcard values * (multiple character) and ? (single character) are supported. Wildcards can be used in any part of the string to specify that any character or set of characters is allowed in its place. ExampleA filter string of "*Test*" will retrieve all Nodes with the word "Test" somewhere in the string, such as "TestDevice" or "MyTestDevice" or "Device001Test". Default value is * (multiple character wildcard). |
|
|
Integer |
No |
Returns/sets the Node property that will be filtered by the string specified in the FilterString property Possible values for this property are as follows.
Default value is 0 - Name. |
|
|
StdFont |
No |
Returns/sets the font used by the FMS Node Chooser control Click … to access the Font dialog box to make font selections. Default value is MS Shell Dlg. |
|
|
String |
No |
Returns/sets the group currently selected in the Group combo box |
|
|
Integer |
No |
Returns/sets the Node category currently selected in Node category combo box Possible values for this property are as follows.
Default value is 6 - Node_Category1_Any. |
|
|
Boolean |
No |
Returns/sets whether or not the Node category combo box is visible Possible values for this property are as follows.
Default value is 1 - Yes. |
|
|
String |
No |
Note: This property is only used if the UsePIT property is set to 1 - Yes. Returns/sets the Point in Time date and time of the FMS Node Chooser control This string can be in one of the following forms.
Default value is T, date and time today. See Using the Home Menu for more information about PIT mode. |
|
|
Integer |
No |
Returns/sets the primary sort column of the Node list Possible values for this property are as follows.
Default value is 2 - Name ascending. |
|
|
String |
No |
Returns/sets the Site.Service currently selected in the FMS Service combo box |
|
|
Boolean |
No |
Returns/sets whether or not the FMS combo box is visible Possible values for this property are as follows.
Default value is 1 - Yes. |
|
|
Boolean |
No |
Returns/sets whether or not the PITDateTime property will be used Possible values for this property are as follows.
Default value is 0 - No. |


