NevronOpenVision
Nevron.Nov.Grid Namespace / ENDataCellViewHorizontalAlignment Enumeration
ENDataCellViewHorizontalAlignment Enumeration
Enumerates the possible horizontal alignments of the data cells views inside the data cell.
Syntax
public enum ENDataCellViewHorizontalAlignment : System.Enum 
Members
MemberDescription
AutomaticThe format uses a value specific alignment that is appropriate for the current value.
CenterThe view is center aligned
FitThe view is made to fill the data cell horizontally.
LeftThe view is left aligned
RightThe view is right aligned
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Grid.ENDataCellViewHorizontalAlignment

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also