FileManagerStyles.Breadcrumbs Property
Gets the style settings that define the appearance of the breadcrumbs element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public AppearanceStyleBase Breadcrumbs { get; }
Public ReadOnly Property Breadcrumbs As AppearanceStyleBase
Property Value
Type | Description |
---|---|
AppearanceStyleBase | An AppearanceStyleBase object that contains style settings. |
Available values:
Name | Description |
---|---|
IsEmpty | Gets a value that indicates whether this AppearanceStyleBase object is initialized with the default values. |
BorderBottom | Gets the settings of the bottom border. |
BorderRight | Gets the settings of the right border. |
BorderTop | Gets the settings of the top border. |
BorderLeft | Gets the settings of the left border. |
Border | Gets the border settings defined by the current style. |
BackgroundImage | Gets the background image defined by the current style. |
Wrap | Gets or sets a value indicating whether the text content wraps within a container cell. |
VerticalAlign | Gets or sets the vertical alignment of the contents in its container. |
HorizontalAlign | Gets or sets the horizontal alignment of the contents within its container. |
Cursor | Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to. |
AppearanceStyleBase() | Initializes a new instance of the AppearanceStyleBase class. |
GetBorderWidthBottom() | Returns the width of the bottom border. |
GetBorderWidthRight() | Returns the width of the right border. |
GetBorderWidthTop() | Returns the width of the top border. |
GetBorderWidthLeft() | Returns the width of the left border. |
GetBorderStyleBottom() | Returns the style of the bottom border. |
GetBorderStyleRight() | Returns the style of the right border. |
GetBorderStyleTop() | Returns the style of the top border. |
GetBorderStyleLeft() | Returns the style of the left border. |
GetBorderColorBottom() | Returns the color of the bottom border. |
GetBorderColorRight() | Returns the color of the right border. |
GetBorderColorTop() | Returns the color of the top border. |
GetBorderColorLeft() | Returns the color of the left border. |
AssignToHyperLink(WebControl, Boolean) | For internal use only. |
AssignToHyperLink(HyperLink, Boolean) | For internal use only. |
AssignToHyperLink(HyperLink) | For internal use only. |
AssignToControl(WebControl, Boolean) | For internal use only. |
AssignToControl(WebControl) | Copies the settings from the current AppearanceStyleBase object to the specified object. |
AssignToControl(WebControl, AttributesRange) | Copies the settings from the current AppearanceStyleBase object to the specified object. |
AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) | For internal use only. |
AssignToControl(WebControl, AttributesRange, Boolean, Boolean) | For internal use only. |
AssignToControl(WebControl, AttributesRange, Boolean) | For internal use only. |
Reset() | Returns the AppearanceStyleBase object to its original state. |
MergeFontWith(Style) | Combines the font properties of the specified Style with the current instance of the AppearanceStyleBase class. |
MergeBordersWith(Style) | Combines the border properties of the specified Style with the current instance of the AppearanceStyleBase class. |
MergeWith(Style) | Combines the properties of the specified Style with the current instance of the AppearanceStyleBase class. |
CopyTextDecorationFrom(Style) | Duplicates the text decoration properties of the specified object into the cu |