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

ASPxHtmlEditor.Visible Property

Gets or sets a value specifying the current ASPxHtmlEditor control’s visibility.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the ASPxHtmlEditor control is visible; otherwise false.

See Also