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

TdxLayoutWebLookAndFeelGroupCaptionOptions Class

Represents group caption options for the Web look & feel style.

#Declaration

Delphi
TdxLayoutWebLookAndFeelGroupCaptionOptions = class(
    TdxLayoutLookAndFeelCaptionOptions
)

#Remarks

The TdxLayoutWebLookAndFeelGroupCaptionOptions object is used to represent group caption options for the Web look & feel style. The TdxLayoutWebLookAndFeelGroupCaptionOptions object is derived from the TdxLayoutLookAndFeelCaptionOptions object and inherits its properties and methods. Additionally, the TdxLayoutWebLookAndFeelGroupCaptionOptions object implements its own Color and SeparatorWidth properties to represent group captions as a web page.

#Inheritance

TObject
TPersistent
TdxLayoutLookAndFeelCaptionOptions
TdxLayoutWebLookAndFeelGroupCaptionOptions
See Also