Enum DisplayStyle
Specifies which visual elements (image, text, or both) should be displayed in a control or element.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum DisplayStyle
Remarks
This enumeration is commonly used by RadControls to determine what content should be visible in buttons, menu items, toolbar items, and other elements that can display both images and text. The display style affects layout calculations and rendering behavior.
Image
Specifies that only image content is rendered.
ImageAndText
Specifies that both image and text content are rendered.
None
Specifies that neither image nor text content is rendered.
Text
Specifies that only text content is rendered.