Skip to main content

PageSetupFormControllerParameters.InitialTabPage Property

Gets or sets the initial tab page of the Page Setup dialog.

Namespace: DevExpress.XtraRichEdit.Forms

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public PageSetupFormInitialTabPage InitialTabPage { get; set; }

Property Value

Type Description
DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage

A DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage enumeration value that specifies the tab page of the Page Setup dialog.

See Also