Defines the display style for buttons used in binding navigator.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum BindingNavigatorButtonDisplayStyle
Fields
Specifies that an appropriate glyph symbol from the TelerikWebUI font is rendered for each button.
C#
Glyph = 1
Specifies that an appropriate image is rendered for each button.
C#
Image = 0