Skip to main content
A newer version of this page is available. .

ChangeSectionPaperKindCommand.DefaultPaperKindList Property

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

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public static IList<PaperKind> DefaultPaperKindList { get; }

Property Value

Type Description
IList<PaperKind>

A System.Collections.Generic.List<PaperKind> object that is the generic list containing default paper sizes.

See Also