APNSoft Controls [4.5.2.20] - API Reference
APNSoftControl Members

APNSoftControl overview

Public Instance Constructors

APNSoftControl Constructor Initializes a new instance of the APNSoftControl class.

Public Instance Properties

BasePage Gets or sets the reference to the Base Page. Used only in Code Behind.
CSSClassesPrefix Gets or sets the prefix for CSS Style classes. Used for association between the set of classes and component instance.
CSSSource Gets or sets the location of the CSS Style. Default value is SkinFolder.
CSSStyleName Gets or sets the name of the CSS Style. The CSS Style must be located in the Skin Folder as specified by the SkinFolder property.
CSSText Sets the CSS style value for the control.
DataSource Gets or sets the data source that provides data for populating the control.
OutputFooter Gets or sets the data used as a footer for the output HTML markup. Use the "Default" keyword for the standard comment.
OutputHeader Gets or sets the data used as a header for the output HTML markup. Use the "Default" keyword for the standard comment.
Position Gets or sets the type of positioning used for the control. Default value is Static.
PositionLeft Gets or sets the left coordinate for the control, which positioned at an absolute position. Default value is 0.
PositionTop Gets or sets the top coordinate for the control, which positioned at an absolute position. Default value is 0.
RegisterClientScript Gets or sets a value indicating whether the component registers the client script with the Page. Default value is true.
SkinFolder Gets or sets the URL for a Skin Folder. Skin Folder includes all component skin parts (CSS Style, images, etc.). The property value can be an absolute or relative URI.
WarningsEnabled Gets or sets a value indicating whether the component generates a client-side JavaScript messages which allow developers to control the component status. Default value is true.
zIndex Gets or sets the z-index style value for the control. Default value is 200.

See Also

APNSoftControl Class | APNSoft.WebControls Namespace