[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DefaultSubItem

DefaultSubItem Class

Represents a DefaultSubItem class to define default value for the SubItem.

Inheritance
DefaultSubItem
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DefaultSubItem
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class DefaultSubItem

Constructors

Name Description
DefaultSubItem()

Initializes a new instance of the DefaultSubItem class.

Properties

Name Description
ContentAlignment

Gets or sets a ContentAlignment value indicates the alignment of the content.

Ellipsis

Gets or sets a bool value indicates whether use ellipsis when there isn't enough place to draw the content.

Padding

Gets or sets a Padding value indicates the distance between the content and the boundary of the SubItem.

WordWrap

Gets or sets a bool value indicates whether the content can be wrapped.

Methods

Name Description
ResetContentAlignment()

Resets the ContentAlignment.

ResetEllipsis()

Resets the Ellipsis.

ResetPadding()

Resets the Padding.

ResetWordWrap()

Resets the WordWrap.

ShouldSerializeContentAlignment()

Should serialize ContentAlignment.

ShouldSerializeEllipsis()

Should serialize Ellipsis.

ShouldSerializePadding()

Should serialize Padding.

ShouldSerializeWordWrap()

Should serialize WordWrap.