Gets or sets the text displayed within the ASPxTreeList customization window's footer.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
[DefaultValue("")]
public string CustomizationWindowFooterText { get; set; }
<DefaultValue("")>
Public Property CustomizationWindowFooterText As String
Type | Default | Description |
---|---|---|
String | A String value that specifies the text displayed within the customization window's footer. |
Use the CustomizationWindowFooterText property to specify the text of the customization window's footer. You can set the image to display within the footer using the TreeListImages.CustomizationWindowFooter property.