NavigationButtonVisibilityMode Enum
In This Article
Lists values that specify the visibility mode of navigation buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Auto
|
Navigation buttons are visible when the width of all thumbnails exceeds the width of the ASPx |
Always
|
Navigation buttons are always visible. |
#Related API Members
The following properties accept/return NavigationButtonVisibilityMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Image |
#Remarks
Values listed by this enumerator allows you to specify whether navigation buttons are always visible, or only when the width of all thumbnails exceeds the width of the control.
See Also