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

HyperlinkLabelControlAppearanceOptions Class

Contains appearance options that paint a HyperlinkLabelControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class HyperlinkLabelControlAppearanceOptions :
    LabelControlAppearanceOptions

The following members return HyperlinkLabelControlAppearanceOptions objects:

#Remarks

The HyperlinkLabelControlAppearanceOptions class exposes a set of Boolean properties that specify which appearance settings should be used to paint a HyperlinkLabelControl. These properties specify whether to use the normal link color, the visited link color, etc.

You can use the HyperlinkLabelControlAppearanceObject.Options property to access a HyperlinkLabelControlAppearanceOptions class instance.

#Inheritance

Object
ViewStatePersisterCore
BaseOptions
AppearanceOptions
DevExpress.XtraEditors.LabelControlAppearanceOptions
HyperlinkLabelControlAppearanceOptions
See Also