Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.GroupTextureBackgroundBrush Property

Gets an object representing the brush used to fill a group’s background.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[Browsable(false)]
public virtual Brush GroupTextureBackgroundBrush { get; }

#Property Value

Type Description
Brush

A System.Drawing.Brush descendant representing the brush used to fill a group’s background.

#Remarks

If an image is used to fill a group’s background, a special brush object is created to perform the task. This object is returned by the GroupTextureBackgroundBrush property. If no image is specified for a group’s background, this property returns null (Nothing in Visual Basic).

A group’s background image is specified by the NavBarControl.GroupBackgroundImage property.

See Also