Back to Devexpress

CardViewColumnLayoutItem Members

aspnet-devexpress-dot-web-dot-cardviewcolumnlayoutitem-dot-underscore-members.md

latest10.7 KB
Original Source

CardViewColumnLayoutItem Members

Represents a layout item within the CardView’s edit form.

Constructors

NameDescription
CardViewColumnLayoutItem()Initializes a new instance of the CardViewColumnLayoutItem class with default settings.

Properties

NameDescription
BackColorGets or sets the current layout item’s background color. Inherited from LayoutItem.
BackgroundImageGets the layout item’s background image. Inherited from LayoutItem.
BorderGets the layout item border settings defined by the current style. Inherited from LayoutItem.
BorderBottomGets the settings of the layout item bottom border. Inherited from LayoutItem.
BorderLeftGets the settings of the layout item left border. Inherited from LayoutItem.
BorderRightGets the settings of the layout item right border. Inherited from LayoutItem.
BorderTopGets the settings of the layout item top border. Inherited from LayoutItem.
CaptionGets or sets the text displayed in the layout item. Inherited from LayoutItem.
CaptionCellStyleGets the style settings that define the caption cell appearance. Inherited from LayoutItem.
CaptionSettingsProvides access to the layout item caption settings. Inherited from LayoutItem.
CaptionStyleGets the style settings that define the caption appearance. Inherited from LayoutItem.
ClientVisibleSpecifies the menu item’s initial visibility state on the client. Inherited from ContentPlaceholderLayoutItem.
CollectionGets the collection to which an item belongs. Inherited from CollectionItem.
ColumnGets a data column to which the current layout item belongs.
ColumnNameGets or sets the name of a column assigned to the current item. Inherited from ColumnLayoutItem.
ColumnSpanGets or sets a value specifying the number of columns the Form Layout item occupies. Inherited from LayoutItemBase.
CssClassGets or sets the name of the cascading style sheet (CSS) class associated with the current layout item. Inherited from LayoutItem.
HeightGets or sets the layout item height. Inherited from LayoutItemBase.
HelpTextGets or sets the current layout item help text. Inherited from LayoutItem.
HelpTextSettingsProvides access to the help text settings within a layout item. Inherited from LayoutItem.
HelpTextStyleGets the style settings that define the help text appearance. Inherited from LayoutItem.
HorizontalAlignGets or sets the current layout item’s horizontal alignment. Inherited from LayoutItemBase.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
NameGets or sets the unique identifier name for the current layout item or layout group. Inherited from LayoutItemBase.
NestedControlCellStyleGets the style settings of the nested control cell. Inherited from LayoutItem.
NestedControlStyleSpecifies a style for the layout item’s nested editor. Inherited from LayoutItem.
PaddingsGets the padding settings of a layout item. Inherited from LayoutItem.
ParentContainerStyleGets the style settings that define the layout item’s parent container appearance. Inherited from LayoutItemBase.
RequiredMarkDisplayModeGets or sets the required mark visibility mode. Inherited from LayoutItem.
RowSpanGets or sets the number of rows that the layout item spans. Inherited from LayoutItemBase.
ShowCaptionGets or sets a value that defines whether to show or hide the layout item’s caption. Inherited from LayoutItemBase.
SpanRulesProvides span rules settings. Inherited from LayoutItemBase.
TabImageGets the settings of an image displayed by the item when it is contained in the tabbed layout group. Inherited from LayoutItemBase.
TemplateGets or sets a template used for displaying the content of the particular column layout item.
VerticalAlignGets or sets the current layout item’s vertical alignment. Inherited from LayoutItemBase.
VisibleGets or sets a value specifying the visibility of the current layout item or group. Inherited from LayoutItemBase.
VisibleIndexGets or sets a value specifying the position of the current layout item or group amongst the visible items in a group (or at a control’s root level). Inherited from LayoutItemBase.
WidthGets or sets the layout item width. Inherited from LayoutItemBase.

Methods

NameDescription
Assign(CollectionItem)Copies the settings from the specified node to the current object. Inherited from ColumnLayoutItem.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetNestedControl()Returns a nested control contained within the current layout item. Inherited from LayoutItem.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from CollectionItem.

See Also

CardViewColumnLayoutItem Class

DevExpress.Web Namespace