Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

StaticTextViewItem Properties

The Static Text View Item used in XAF ASP.NET Web Forms applications.
Name Description
Caption Returns the current View Item‘s caption. Inherited from StaticText.
ClientId Gets the StaticTextViewItem control’s identifier generated by ASP.NET Web Forms.
Control Gets the StaticTextViewItem‘s control.
CurrentObject Specifies the object for which the current View Item’s View is created. Inherited from ViewItem.
Id Gets the identifier of the current View Item. Inherited from ViewItem.
IsCaptionVisible Indicates whether the StaticText.Caption of the current View Item should be visible. Inherited from StaticText.
IsDisposed Inherited from ViewItem.
Model Provides access to the Application Model‘s Item node that defines the current Static Text View Item. Inherited from StaticText.
ObjectType Specifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
ObjectTypeInfo Provides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
TestCaption For internal use.
TestControl For internal use.
TestControlType For internal use.
Text Specifies the caption displayed by the Static Text View Item. Inherited from StaticText.
View Specifies the Detail View that contains the current View Item. Inherited from ViewItem.
See Also