Click or drag to resize
ListBoxButtonSettings Class
Represents the settings of the buttons in a KaxListBox controls.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsListBoxButtonSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class ListBoxButtonSettings : ObjectWithState

The ListBoxButtonSettings type exposes the following members.

Properties
  NameDescription
Public propertyAreaHeight
Gets or sets the height of the button area.
Public propertyAreaWidth
Gets or sets the width of the button area.
Public propertyHorizontalAlign
Gets or sets the horizontal align of the buttons within the button area.
Public propertyPosition
Gets or sets the position of the buttons.
Public propertyRenderButtonText
When set to true enables render text on buttons functionality
Public propertyReorderButtons
Gets or sets a value that specifies which reorder buttons should be rendered.
Public propertyShowDelete
Gets or sets a value indicating whether to display the "delete" button.
Public propertyShowReorder
Gets or sets a value indicating whether to display the "reorder" buttons.
Public propertyShowTransfer
Gets or sets a value indicating whether to display the "transfer" buttons.
Public propertyShowTransferAll
Gets or sets a value indicating whether to display the "transfer all" buttons.
Public propertyTransferButtons
Gets or sets a value that specifies which transfer buttons should be rendered.
Public propertyVerticalAlign
Gets or sets the vertical align of the buttons in the within the button area.
Top
See Also