TreeViewImages.ExpandButtonRtl Property
Gets settings of an image, a click on which expands a node, when the ASPxTreeView is used in a right-to-left layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 ExpandButtonRtl 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 expands the node. To specify an image for the left-to-right layout, use TreeViewImages.ExpandButton property.
For more information, see the Expanding and Collapsing Nodes topic.