DataControlField.AccessibleHeaderText Property

Definition

Gets or sets text that is rendered as the AbbreviatedText property value in some controls.

public:
 virtual property System::String ^ AccessibleHeaderText { System::String ^ get(); void set(System::String ^ value); };
public virtual string AccessibleHeaderText { get; set; }
member this.AccessibleHeaderText : string with get, set
Public Overridable Property AccessibleHeaderText As String

Property Value

A string that represents abbreviated text read by screen readers. The default value is an empty string ("").

Remarks

The OnFieldChanged method is called to raise a state change event when the AccessibleHeaderText property is set.

The value of the AccessibleHeaderText property is stored in view state.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and Globalization and Localization.

Applies to