Skip to main content

CardCustomLayoutTemplate Methods

The Custom layout template that allows you to create a card layout manually.
Name Description
BeginUpdate() Locks the CardLayoutTemplate object by preventing updates until the CardLayoutTemplate.EndUpdate method is called. Inherited from CardLayoutTemplate.
EndUpdate() Unlocks the CardLayoutTemplate object after a call to the CardLayoutTemplate.BeginUpdate method and causes an immediate update. Inherited from CardLayoutTemplate.
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.
GetLayout() Gets settings related to the layout of cards for the CardDashboardItem.
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.
ResetSpecificSettingsToDefault() Resets specific template settings to their default values. Inherited from CardLayoutTemplate.
ToString() Returns the string that represents the current object. Inherited from CardLayoutTemplate.
See Also