[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Line.AccessibleDescription

AccessibleDescription Property

AccessibleDescription

Gets or sets the description of the control for accessibility client applications.

Declaration
public ExpressionInfo AccessibleDescription { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the accessible description.

Examples
Line line = new Line();
line.AccessibleDescription = "This is a vertical line.";