Silverlight FieldSet Reference
The FieldSet exposes several properties for controlling various aspects of the FieldSet and its behaviour.
Properties for Liquid.FieldSet
Below are the available properties complete with descriptions.
| Property Name | Type | Description |
| IsExpanded |
Boolean |
Gets or sets whether the fieldset is collapsed or not. |
| Text |
String |
Gets or sets the label text for the fieldset. |
| EnableCheckbox |
Boolean |
Gets or sets whether to display a checkbox. |
| IsChecked |
Nullable`1 |
Gets or sets the checked state of the checkbox if enabled. |
| ExpandSpeed |
Double |
Gets or sets the rate the fieldset expands. |
| CollapseSpeed |
Double |
Gets or sets the rate the fieldset collapses. |
| ExpandRoundness |
Double |
Gets or sets the Roundness of the expand icons. |
Methods for Liquid.FieldSet
Below are the available methods, complete with parameters and descriptions.
| Method Name | Description | Parameters |
| OnApplyTemplate() |
This is called when the template has been bound to the control. |
|
Rate this:
1 Star
2 Star
3 Star
4 Star
5 Star
9 Ratings / 2.8 Average