Back to Devexpress

WinExplorerViewContentStyleOptions Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcontentstyleoptions-dot-underscore-members.md

latest12.0 KB
Original Source

WinExplorerViewContentStyleOptions Members

Provides options that affect the layout of elements in the WinExplorerViewStyle.Content style.

Constructors

NameDescription
WinExplorerViewContentStyleOptions(WinExplorerView)Initializes a new instance of the WinExplorerViewContentStyleOptions class with the specified settings.

Properties

NameDescription
CheckBoxMarginsGets or sets margins for the Check Box field. Inherited from WinExplorerViewStyleOptions.
ContentMarginsGets or sets the content padding for the current WinExplorerView style. Inherited from WinExplorerViewStyleOptions.
ContextButtonsUseFullItemAreaGets or sets whether context buttons are aligned relative to an item’s icon, or relative to the item itself. Inherited from WinExplorerViewStyleOptions.
DescriptionMaxOffsetGets or sets the maximum offset for item descriptions in the “Content” style of the WinExplorer View.
DescriptionMinOffsetGets or sets the minimum offset for item descriptions in the “Content” style of the WinExplorer View.
DescriptionMinWidthGets or sets the maximum width for item descriptions. This setting is in effect only in the “Content” style of the WinExplorer View.
GroupCaptionButtonIndentGets or sets the distance between the Group caption (or check box) and this Group’s expand/collapse button. Inherited from WinExplorerViewStyleOptions.
GroupCheckBoxIndentGets or sets the distance between a check box and text within the group caption area. Inherited from WinExplorerViewStyleOptions.
HorizontalIndentGets or sets the horizontal distance between the WinExplorerView items within the current View Style. Inherited from WinExplorerViewStyleOptions.
HtmlTemplateGets the HTML-CSS template used to generate cards. Inherited from WinExplorerViewStyleOptions.
ImageMarginsGets or sets margins for item images within this WinExplorerView style. Inherited from WinExplorerViewStyleOptions.
ImageSizeGets or sets the size of item images within this View Style. Inherited from WinExplorerViewStyleOptions.
ImageToTextIndentGets or sets the distance between an item image and the caption. Inherited from WinExplorerViewStyleOptions.
IndentBetweenGroupAndItemGets or sets the distance between group captions and items within these groups. Inherited from WinExplorerViewStyleOptions.
IndentBetweenGroupsGets or sets the distance between Groups within the target WinExplorerView Style. Inherited from WinExplorerViewStyleOptions.
IsGroupCaptionButtonIndentSetGets whether the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property is customized. Inherited from WinExplorerViewStyleOptions.
IsGroupCheckBoxIndentSetGets whether the indent between the text and check box in the group caption area is currently set. Inherited from WinExplorerViewStyleOptions.
ItemWidthGets or sets the item width for the current WinExplorerView style. Inherited from WinExplorerViewStyleOptions.
SelectionDrawModeGets or sets how selection for WinExplorerView items with no caption is drawn. Inherited from WinExplorerViewStyleOptions.
ShowDescriptionGets or sets whether the Description data column is shown. This property is in effect when the WinExplorer View is displayed in the Tiles or Content style. Inherited from WinExplorerViewStyleOptions.
VerticalIndentGets or sets the vertical distance between the WinExplorerView items within the current View Style. Inherited from WinExplorerViewStyleOptions.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as the parameter and assigns them to the current object.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
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.
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.
Reset()Resets all options to their default values. Inherited from BaseOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

See Also

WinExplorerViewContentStyleOptions Class

DevExpress.XtraGrid.Views.WinExplorer Namespace