ImageSliderBehaviorSettings.ExtremeItemClickMode Property
In This Article
Gets or sets a value that specifies the response to clicks on the extreme item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ExtremeItemClickMode.SelectAndSlide)]
public ExtremeItemClickMode ExtremeItemClickMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Extreme |
Select |
One of the Extreme |
Available values:
Name | Description |
---|---|
Select |
An extreme item is selected and slides on a click. |
Select | An extreme item is selected on a click. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Extreme |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
See Also