Skip to main content

ChangeSectionPaperKindCommand.DefaultPaperKindList Property

Gets a list of enumerations specifying standard paper sizes which are used by default.

Namespace: DevExpress.XtraRichEdit.Commands

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

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

Declaration

public static IList<DXPaperKind> DefaultPaperKindList { get; }

Property Value

Type Description
IList<DXPaperKind>

A generic list that contains default paper sizes.

See Also