All pages
Powered by GitBook
1 of 1

Loading...

DomainUpDown

Wisej.Web.DomainUpDown

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

  • Control

    • UpDownBase

Represents a spinner control that displays string values.

Constructors

DomainUpDown()

Initializes a new instance of the class.

Properties

Items

: A collection of objects assigned to the spinner control.

SelectedIndex

: Returns or sets the index value of the selected item.

Throws:

  • The assigned value is less than the default, -1; or the assigned value is greater than the count.

SelectedItem

: Returns or sets the selected item based on the index value of the selected item in the collection.

Sorted

: Returns or sets whether the item collection is sorted.

Text

: Returns or sets the text associated with this control.

When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".

Events

SelectedItemChanged

Fired when the property has been changed.

SortedChanged

Fired when the property has changed.

Implements

Name
Description

IBindableComponent

Bindable components implement this interface.

IWisejComponent

All wisej components implement this interface.

IWisejControl

All wisej controls derived from the Control class must implement this interface.

IWisejSerializable

Allows an object to serialize itself.

DomainUpDown
Public Class DomainUpDown
    Inherits UpDownBase
NumericUpDown
DomainUpDownItemCollection
Int32
ArgumentOutOfRangeException
Items
Object
Boolean
String
EventHandler
SelectedItem
EventHandler
Sorted
public class DomainUpDown : UpDownBase