CodeCharge Studio |
All ASP PHP Perl ColdFusion Java C#.NET VB.NET |
| Property | Description |
|---|---|
| Name | The name of the Navigator component. |
| Page Links | Specify the number of displayed page links (10 by default). |
| Type | Specify the type of links used in the Navigator. |
| Event | Description |
|---|---|
| Server Side Events | |
| Before Show | Occurs before the component is rendered to the page. |
| Property | Description |
|---|---|
| Visible | This property determines whether the component is to be shown or not. |
| Property | Description |
|---|---|
| ComponentType | Specifies type of an object, such as "TextBox", "Record", etc. |
| Parent | Specifies parent container of an object, for example a record form for a textbox that is included within that form. |
| Visible | This property determines whether the component is to be shown or not. |
| Property | Description |
|---|---|
| Style | Gets or sets the display style of the Navigator component. |
| PagerSize | Gets or sets the number of pages that will be displayed by the Navigator. |
| PageNumber | Gets or sets the current page number. |
| MaxPage | Gets or sets the maximum number of pages. |
| Visible | This property determines whether the component is to be shown or not. |
| Variable | Description |
|---|---|
| hide<control name> | This variable determines whether the component is to be shown or not. If the variable is set to true, the control will not be displayed. |
| Method | Description |
|---|---|
| isVisible | Indicates whether this control should be shown or not. |
| setVisible | Specify whether this control should be shown or not. |
| getParent | Get the parent component that contains this control. |