Specifies whether the image and text are rendered.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum DisplayStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration DisplayStyle |
Members
| Member name | Description | |
|---|---|---|
| Text | The text is rendered only. | |
| Image | The image is rendered only. | |
| ImageAndText | The image and text are rendered. |