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

ListLevelProperties Members

In This Article
Contains the list level’s properties.

#Properties

Name Description
DisplayFormatString Specifies the pattern used to format the list level’s number or bullet.
FirstLineIndent Specifies the first line indent for the list level’s paragraphs.
FirstLineIndentType Specifies whether and how the first lines of the list level’s paragraphs are indented.
FontBold Specifies whether the list level’s number or bullet is bold.
FontColor Specifies the color for the list level’s number or bullet.
FontItalic Specifies whether the list level’s number or bullet is italicized.
FontName Specifies the font name for the list level’s number or bullet.
FontSize Specifies the font size for the list level’s number or bullet.
LeftIndent Specifies the left indent for the list level’s paragraphs.
ListLevelFormat Specifies the number or bullet format for the list level’s paragraphs.
Separator Specifies the character inserted between the list level’s number or bullet and paragraph text.
Start Specifies the start position for the list level’s number.

#Methods
Show Inherited Hide Inherited

Name Description
CopyFrom(ListLevel) Duplicates the properties of the specified list level into the current instance of the ListLevelProperties class.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also