Skip to content

AlignRightAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Right aligns text horizontally (usually in a grid column).

[AttributeUsage(AttributeTargets.All)]
public class AlignRightAttribute : AlignmentAttribute

Public Members

name description
AlignRightAttribute() Creates a new AlignRightAttribute.

Remarks

Used for text alignment in grids by adding align-right CSS class to corresponding SleekGrid column. Note that it has no effect on editors or forms.

See Also