Enum DisplayStyle
Defines the display style of an item.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum DisplayStyle
Image
Specifies that only an image is rendered.
ImageAndText
Specifies that both an image and text are to be rendered.
None
Specifies that neither image nor text is rendered.
Text