SplitterSlidePaneTabView Enumeration |
Specifies views of the pane tab
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum SplitterSlidePaneTabView
Public Enumeration SplitterSlidePaneTabView
public enum class SplitterSlidePaneTabView
type SplitterSlidePaneTabView
Members
| Member name | Value | Description |
---|
| TextAndImage | 1 |
Pane tab is displayed using its Title and Icon
|
| TextOnly | 2 |
Pane tab is displayed using only its Title
|
| ImageOnly | 3 |
Pane tab is displayed using only its Icon
|
See Also