Back to Devexpress

StaticTextViewItem Properties

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-statictextviewitem-dot-underscore-properties.md

latest3.9 KB
Original Source

StaticTextViewItem Properties

The Static Text View Item used in XAF Windows Forms applications.

NameDescription
CaptionReturns the current View Item‘s caption. Inherited from StaticText.
ControlReturns the current View Item’s control displayed in a UI. Inherited from ViewItem.
CurrentObjectSpecifies the object for which the current View Item’s View is created. Inherited from ViewItem.
IdGets the identifier of the current View Item. Inherited from ViewItem.
IsCaptionVisibleIndicates whether the StaticText.Caption of the current View Item should be visible. Inherited from StaticText.
IsDisposedInherited from ViewItem.
LabelGets the StaticTextViewItem‘s label control.
ModelProvides access to the Application Model‘s Item node that defines the current Static Text View Item. Inherited from StaticText.
ObjectTypeSpecifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
ObjectTypeInfoProvides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
TextSpecifies the caption displayed by the Static Text View Item. Inherited from StaticText.
ViewSpecifies the Detail View that contains the current View Item. Inherited from ViewItem.

See Also

StaticTextViewItem Class

StaticTextViewItem Members

DevExpress.ExpressApp.Win.Editors Namespace