[]
Represents an ASP.NET AJAX extender slider cell.
public class SliderCellType : ExtenderCellType, ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
Public Class SliderCellType
Inherits ExtenderCellType
Implements ICellType, IFormatter, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IRenderer, IDeserializationCallback
| Name | Description |
|---|---|
| SliderCellType() | Creates a new ASP.NET AJAX extender slider cell. |
| Name | Description |
|---|---|
| Decimals | Gets or sets the number of decimal digits in the slider value. |
| EnableHandleAnimation | Gets or sets whether to enable the handle animation played when the user clicks on the slider rail. |
| HandleCssClass | Gets or sets the CSS class that defines the style for the handle element. |
| HandleImageUrl | Gets or sets the URL for the image to display in the slider handle. |
| Maximum | Gets or sets the maximum value available for input for the slider cell. |
| Minimum | Gets or sets the minimum value available for input for the slider cell. |
| Orientation | Gets or sets the orientation of the slider. |
| RailCssClass | Gets or sets the CSS class that defines the style for the slider rail element. |
| RaiseChangeOnlyOnMouseUp | Gets or sets whether to raise a client-side change event only when the user releases the mouse button. |
| Steps | Gets or sets the number of discrete values available for input for the slider cell. |
| TooltipText | Gets or sets the text to display in the ToolTip for the slider cell. |
| Name | Description |
|---|---|
| Format(object) | Formats the object to return a string. |
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Gets the control used to edit the cell. |
| Parse(string) | Parses the string to return a double value. |