APNSoft Controls [4.5.2.20] - API Reference
APNSoftElement Properties

The properties of the APNSoftElement class are listed below. For a complete list of APNSoftElement class members, see the APNSoftElement Members topic.

Public Instance Properties

AutoPostBackOnItemClick Gets or sets a value indicating whether the control causes a postback to the server when the item is clicked.
ClientSideOnItemClick Gets or sets the name of the client-side function to be called when an item is clicked. Can include variables $ComponentID$, $ItemID$ and $Title$. Each variable is replaced to the corresponding value.
href Gets or sets URL the browser is directed to when a user clicks the item. Property value can include variables $ComponentID$, $ItemID$ and $Rnd$. Each variable is replaced to the corresponding value. The $Rnd$ displays a random number. It can be used as an additional parameter to avoid page caching in browser.
icon Gets or sets the name of the one item's icon image. The icon displayed at the left side of the item.
iconHeight Gets or sets the pixel height of the item's icon.
iconWidth Gets or sets the pixel width of the item's icon.
id Gets or sets a value that identifies the Element. If the id attribute is not specified, the component will automatically set it for each Element.
target Gets or sets the target window or frame to load Web page content into when a user clicks the item.
title Gets or sets the text (caption) displayed for the item.
Type Gets or sets a type of the Element.

See Also

APNSoftElement Class | APNSoft.WebControls Namespace