Skip to main content
A newer version of this page is available. .
Tab

TreeViewImages.CollapseButtonRtl Property

Gets settings of an image, a click on which collapses a node, when the ASPxTreeView is used in right-to-left layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties CollapseButtonRtl { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The ASPxTreeView provides support for right-to-left languages. You can define a particular node’s expand button images for the left-to-right and right-to-left representations. The CollapseButtonRtl property provides access to the settings that define an image for the expand button when the ASPxTreeView is used in right-to-left layout. A click on this image collapses the node. To specify an image for the left-to-right layout use the TreeViewImages.CollapseButton property.

For more information, see the Expanding and Collapsing Nodes topic.

See Also